A PHP package that compresses files as it iterates over them.
Install via Composer. In your project's composer.json
:
"require": {
"umnlib/compressing-file-iterator": "1.0.*"
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:UMNLibraries/compressing-file-iterator-php.git"
}
]
For older versions of this package that did not use Composer, see the 0.x.y
releases.
The University of Minnesota Libraries created this software for the EthicShare project.