golden hour
/home/phakp/public_html/erp/includes/odtphp/zip/pclzip
⬆️ Go Up
Upload
File/Folder
Size
Actions
LICENSE
33.71 KB
Del
OK
composer.json
484 B
Del
OK
gnu-lgpl.txt
25.85 KB
Del
OK
pclzip.lib.php
210.17 KB
Del
OK
readme.txt
21.07 KB
Del
OK
Edit: composer.json
{ "name": "chamilo/pclzip", "type": "library", "description": "A PHP library that offers compression and extraction functions for Zip formatted archives", "keywords": ["php", "zip"], "homepage": "https://github.com/chamilo/pclzip", "license": ["LGPL-2.1"], "authors": [ { "name": "Vincent Blavet" } ], "replace": { "pclzip/pclzip": "^2.8" }, "autoload": { "classmap": ["pclzip.lib.php"] } }
Save