{ "name": "nelexa/zip", "description": "Zip files CRUD. Open, create, update, extract and get info tool. Support read and write encrypted archives. Support ZIP64 ext and zip align. Alternative ZipArchive. It does not require php-zip extension.", "type": "library", "keywords": [ "zip", "archive", "extract", "winzip", "zipalign" ], "require-dev": { "phpunit/phpunit": "4.8" }, "license": "MIT", "authors": [ { "name": "Ne-Lexa", "email": "alexey@nelexa.ru", "role": "Developer" } ], "minimum-stability": "stable", "require": { "php-64bit": "^5.4 || ^7.0", "ext-mbstring": "*" }, "autoload": { "psr-4": { "": "src/" } }, "autoload-dev": { "psr-4": { "": "tests/" } } }