| Package Data | |
|---|---|
| Maintainer Username: | m-jch |
| Maintainer Contact: | mohsen.sh12@hotmail.com (mohsen shafiei) |
| Package Create Date: | 2014-09-21 |
| Package Last Update: | 2014-09-21 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-31 03:04:03 |
| Package Statistics | |
|---|---|
| Total Downloads: | 222 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 2 |
| Total Forks: | 3 |
| Total Open Issues: | 1 |
Version of PclZip = 2.8.2
Document: http://www.phpconcept.net/pclzip
update root composer.json:
"require": {
"laravel/framework": "4.2.*",
"chee/pclzip": "dev-master"
},
then run composer update.
update app/config/app.php:
Service Provider:
'Chee\Pclzip\PclzipServiceProvider'
Aliases[Facades]:
'Pclzip' => 'Chee\Pclzip\Pclzip'
$archive = new Pclzip($path);