| Last Updated |   | Ratings |   | Unique User Downloads |   | Download Rankings | 
2025-05-08 (10 hours ago)   |  | Not enough user ratings |  | Total: 350  |  | All time:  6,997 This week: 488  | 
 | 
| Description |   | Author  | 
This class can create and extract ZIP files with the ZipArchive. 
 
It is a wrapper around the ZipArchive class to manipulate compressed archives in the ZIP format. 
 
Currently it can create a new archive with a given name, add individual files or all files from a given directory to be traversed recursively, or extract all files from a ZIP archive into a given directory.  |  | 
 
  | 
Details
zippr
A PHP class for handeling zip files. The class abstracts the ZipArchive class.
Current support:
- Add file to archive
- Add directory to archive
- Add comment to archive
- Extract an archive
Complete documentation can be found at zippr.barrydekleijn.nl
UPDATED
Zip is now called Zippr and carries version number 1.0.
This major update has the following updates
- 
PSR-0 standard for namespacing
 
- 
Error handling using PHP Exception class
 
- 
Bug fixes on addDir method
 
- 
extractArchive has become a static function
 
- 
Dependencies are checked in a seperate method
 
INSTALL
Add the next line to the require section in your composer.json file
"barry127/zippr": "1.*"
 
 
|   | 
Applications that use this package | 
  | 
No pages of applications that use this class were specified.
 If you know an application of this package, send a message to the author to add a link here.