magnagroup / CheePclzip by m-jch

Unofficial PclZip#2.8.2 php library in laravel package. document of PclZip => www.phpconcept.net/pclzip
220
1
3
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-04-24 03:01:09
Package Statistics
Total Downloads: 220
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 3
Total Forks: 3
Total Open Issues: 1

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