17 lines
425 B
JSON
17 lines
425 B
JSON
|
{
|
||
|
"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"]
|
||
|
}
|
||
|
}
|