chee/pclzip

Unofficial PclZip#2.8.2 php library in laravel package. document of PclZip => www.phpconcept.net/pclzip
227 1
Install
composer require chee/pclzip
PHP:>=5.3.0
License:MIT
Last Updated:Sep 21, 2014
Links: GitHub  ·  Packagist
Maintainer: m-jch

Unofficial PclZip library in Laravel package

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);