zozfried/ultizip

One PHP zip wrapper to rule them all.

dev-default / 1.x-dev 2014-11-11 17:43 UTC

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"
    }
}