Upload and Compress Support forum upcom Add uploaded files to a ZIP archive This class can add uploaded files to a ZIP archive. It can generate HTML for a form to upload a file. The class can handle the request when a file is uploaded and add it to a ZIP archive in a certain directory. It can also ...
PHPZip Support forum phpzip Makes zip archive Based on "Zip file creation class", uses zLib PHPZip v1.2 Put all files in current directory(include subdirectories) in ZIP archive Put all files from list in ZIP archive Put all files from some directory(include subdirectories) in ZIP archive Site Meter ...
The Zipa Support forum zipa Extract files from a ZIP archive This is a simple class that can be used to extract files from a ZIP archive. It uses the PHP ZIP extension to list all files in a ZIP archive and extract them to the current directory. Usage example Zipa class Site Meter
Online zip modifier Support forum online_zip_modifier Modify the files in a ZIP archive This class can be used to modify the files in a ZIP archive without creating temporary files in the server. It is an enhanced version of another class previously written by Joshua Townsend. This version can open ...
This class can be used to modify or create a ZIP archive in pure PHP, without need of temporary files. TbsZip can list, add, delete, replace files that are contained in an archive. The new content of a file can either come from a PHP string (binary string as well as text string), or from a physical ...
This class can extract the files of a ZIP archive. It can open a ZIP archive with the PHP ZIP extension and extracts the contained files into a given directory. The class can create the target directory with given permissions if it does not exist. Otherwise the class can remove the contents of the ...
... . By default it dumps all database tables, but it can exclude a list of given tables. The class can gather all dumped CSV files and compact them in a ZIP archive. the source code with PHPDoc Needed to zip files Example of a cron job to run the backup test and examples Site Meter
... and exclude whole directories from the list of files. The class can also list, extract, duplicate, merge, add or remove files from an existing ZIP archive. PclZip Class Site Meter
... This class can be used to monitor and restore damaged application files. It can scan the application directory and take a backup of its files into a ZIP archive. Later the class can check if all files are still OK. If any files were damaged eventually due to a security, the class may warn the administrator ...
... create ZIP archives from lists of files. The class provides means to add individual files or whole directories to the list of files packed into a ZIP archive. The class can generate the packed archive as a string value. The class can also output the necessary request response headers to serve the generated ...