chee / pclzip
Unofficial PclZip#2.8.2 php library in laravel package. document of PclZip => www.phpconcept.net/pclzip
dev-master
2014-09-21 11:52 UTC
Requires
- php: >=5.3.0
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2024-11-05 03:36:26 UTC
README
Version of PclZip = 2.8.2
Document: http://www.phpconcept.net/pclzip
Install
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'
Use
$archive = new Pclzip($path);