chee / pclzip
Unofficial PclZip#2.8.2 php library in laravel package. document of PclZip => www.phpconcept.net/pclzip
Installs: 222
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 3
pkg:composer/chee/pclzip
Requires
- php: >=5.3.0
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2025-10-07 08:15:54 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);