barry127 / zippr
Class to handle zip files
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/barry127/zippr
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-09-27 21:57:00 UTC
README
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.*"