This class can be used to create archives of compressed files in ZIP format. It is based on the Create Zip File class originally written by Rochak Chauhan. This version writes the compressed archive to a file instead of a variable when the archive size exceeds a given memory usage threshold. It can ...
... to create and extract ZIP archives. It can add and list files and directories in a ZIP archive. The class uses pure PHP code, so it does not use the PHP ZIP extension. Example of using class to zip a file. Example of using class to read a zip file The main zipfile class Site Meter
Cities and zip codes Support forum ocities Lookup for cities and zip codes using AJAX This package can be used to lookup for cities and the respective zip codes. It uses AJAX to search a file database with cities and the respective zip codes using just the first few letters of the city that the ...
This class can be used to create ZIP archives for large number of (large) files. ZipStream will send data to the client as the files are added to it, this avoids the problem of potential time-outs if you have to add a large number of files, such as site backups. ZipStream can also handle large files ...
... and directories from ZIP archives. It can open a ZIP archive and extract all files restoring the original directory structure. The class uses the PHP ZIP extension based on the ZZIPlib library that is available from PECL repository. Example Documentation Documentation Documentation Documentation ...
Zip Code Range Support forum zipcoderange Get zip codes within a range from a given zip code United States This class can be used to retrieve a list of United States zip codes within the range a given zip code with an accuracy of about 2 to 5 miles. This class is based primarily on Zip Codes Range ...
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 ...
AlfaZoneSoft Zip Lib Support forum azsziplib Create archives of files in the ZIP format This class can be used to generate archives of files in the ZIP format. It can add multiple directories and files to the archive. The files are compressed with the zlib library extension. The resulting ZIP archive ...
TAR/GZIP/BZIP2/ZIP Archives Support forum archive Create tar/gzip/bzip2/zip, extract tar/gzip/bzip2. Allows the creation of tar, gzip, bzip2, and zip archives, and the extraction of tar, gzip, and bzip2. Supports relative paths/no paths, comments, and recursing through subdirectories. Can write ...