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: | 2024-11-20 03:01:32 |
Package Statistics | |
---|---|
Total Downloads: | 220 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 3 |
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);