WebZipper is a php class for creating zip files/folders without comments or with comments, read the comments from zip archive, unzipping archives, delete and rename files inside the zip archive with user friendly messages. This class was written with prebuilt php functions available for PHP5 .2+ but can work in older
php versions if PECL extension is available.
Features:
– Zip files/folders
– Zip files/folders with comments
– Read Comments from zip archives
– Unzip archives
– Delete files inside zip archive
– Rename files inside zip archive
– Friendly Messages
– GUI /UI Ready
Code Example:
//requires the webzipper class require("zip.php");
$zip = new zip;
$files[] = "file.txt"; //array of files to be zipped
$file_path = time() . ".zip";
$zip->zip_files($file_path, $files); -> Creates zip files
$target = "backup"; //path to folder to extract
$zip->unzip_file($file_path, $target); -> Unzips the same zipped file or especified
and more…
More Functionality with less code!
Video preview using zip/packing feature on uploaded files
[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Demo = WebZipper PHP Class
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/webzipper-php-class/516906″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy WebZipper PHP Class from the The Developer ( pauloreg ) website. Thank you.
Download = WebZipper PHP Class-[Updated].zip