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

This package is not auto-updated.

Last update: 2024-04-23 00:42:59 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);