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