zozfried / ultizip
One PHP zip wrapper to rule them all.
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
    dev-default            / 1.x-dev
    2014-11-11 17:43 UTC
Requires
- php: >=5.3.3
 - ext-zlib: *
 - pclzip/pclzip: dev-master
 
This package is auto-updated.
Last update: 2020-08-09 04:35:30 UTC
README
One PHP zip wrapper to rule them all.
Installation
Add the following requirements to your composer.json:
:::json
{
    "require": {
        "zozfried/ultizip": "$VERSION"
    }
}