12345678910111213141516 |
- {
- "name": "pclzip/pclzip",
- "type": "library",
- "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
- "keywords": ["php", "zip"],
- "homepage": "http://www.phpconcept.net/pclzip",
- "license": ["LGPL-2.1"],
- "authors": [
- {
- "name": "Vincent Blavet"
- }
- ],
- "autoload": {
- "classmap": ["pclzip.lib.php"]
- }
- }
|