What is Tungsten?
Tungsten is a PHP class which is built to make uploading files more secure and very easy for PHP Developers. It’s very easy to implement it in your existing project or a new project, you just need to add few lines of code in your project and you have easily created a secure file uploading system.
Customizing Tungsten class is like a having piece of cake, because it has very easy to understand documentation which will not just help you to implement it in your project but will even give you a glimpse about how you can customize the Class.
Features:
- Secure & Very Easy to implement in your existing/new project
- Easy to add limitations like: File maximum size, File extensions etc
- Easy to define/edit error messages
- Multi-language support for message, you can change it to your language
- Comes with a very easy to understand documentation with examples to get your started
- Flexible/Customizable, you can easily extend it.
- Built in OOP, we are also following coding standards
- Inbuilt validation method which will automatically validate files before uploading
- Free support and free updates
- Clean and Clear code, with comments
- AND MUCH MORE…
How to use:
<?php
$file = new Tungsten();
$file->size = 2; // Maximum 2MB you can change it.
$file->ext = Array('JPG', 'PNG', 'GIF'); // Allowed file extensions
try {
if($file->Upload($_FILES["my_file_upload_element"])) {
echo "File Uploaded Successfully.";
}
} catch(Exception $e) {
echo $e->getMessage();
}
?>
Note: Don’t worry we have a beautiful, easy to understand documentation with examples which will surely make everything easy.
Recommendations:
ImgZoom
ImgZoom is a Jquery Plugin, which helps you to allow your user to view the thumbnail image in a bigger view on mouse hover. This is very useful for websites which is related to Media and Applications. You can simply customize the Plugin as well as the image container according to your page design. It’s very easy to install and use a beginner can also use this and enrich his/her website.
GImporter – PHP Class for Importing Gmail Contacts
This class makes the whole process of importing contacts from users account more easier. It hardly takes 5 minutes to implement this in your project. It has many features like getting the email list, counting the emails, checking the existence of email etc.
ConfessionBox
ConfessionBox is a PHP script it’s main aim to make allow our buyers to create their own confessions website maybe for High Schools or colleges or maybe for their city etc. In this script we have and many features which enriches the website. The website is developed in Bootstrap 3.0
Support
For support you can comment on the product page or you can message me. I’ll try my best to answer you ASAP!