ZipArchiveEx is an extension of the PHP integrated ZipArchive class.


Title: Detailed description

When PHP is compiled with zip support, the programmer can make use of the ZipArchive class. Although the implementation seems to be very complete, the compression of subfolders and files in these subfolders has to be written by the script-programmer himself. ZipArchiveEx implements the addDir method, which adds exactly this missing functionality.


Title: Installation

ZipArchiveEx is provided as Composer package and can be installed via Packagist.


Title: Resources

- PHP Documentation entry for the ZipArchive class: <http://php.net/manual/en/class.ziparchive.php>
- Packagist: <http://packagist.org/>


Title: Credits and Bugreports

JuggleCode was written by Codeless (<http://www.codeless.at/>). All bugreports can be directed to more@codeless.at. Even better, bugreports are posted on the github-repository of this package: <https://www.github.com/codeless/ziparchiveex>.
