library zippr
Class to handle zip files
barry127/zippr
Class to handle zip files
- Friday, September 12, 2014
- by Barry127
- Repository
- 1 Watchers
- 1 Stars
- 17 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
zippr
A PHP class for handeling zip files. The class abstracts the ZipArchive class., (*1)
Current support:
- Add file to archive
- Add directory to archive
- Add comment to archive
- Extract an archive, (*2)
Complete documentation can be found at zippr.barrydekleijn.nl, (*3)
UPDATED
Zip is now called Zippr and carries version number 1.0., (*4)
This major update has the following updates, (*5)
- 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, (*6)
"barry127/zippr": "1.*"