2017 © Pedro Peláez
 

library pclzip

Unofficial PclZip#2.8.2 php library in laravel package. document of PclZip => www.phpconcept.net/pclzip

image

chee/pclzip

Unofficial PclZip#2.8.2 php library in laravel package. document of PclZip => www.phpconcept.net/pclzip

  • Sunday, September 21, 2014
  • by m-jch
  • Repository
  • 2 Watchers
  • 1 Stars
  • 44 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

Unofficial PclZip library in Laravel package

Version of PclZip = 2.8.2, (*1)

Document: http://www.phpconcept.net/pclzip, (*2)

Install

update root composer.json:, (*3)

"require": {
    "laravel/framework": "4.2.*",
    "chee/pclzip": "dev-master"
},

then run composer update., (*4)

update app/config/app.php:, (*5)

Service Provider:, (*6)

'Chee\Pclzip\PclzipServiceProvider'

Aliases[Facades]:, (*7)

'Pclzip'          => 'Chee\Pclzip\Pclzip'

Use

$archive = new Pclzip($path);

The Versions

21/09 2014

dev-master

9999999-dev

Unofficial PclZip#2.8.2 php library in laravel package. document of PclZip => www.phpconcept.net/pclzip

  Sources   Download

MIT

The Requires

 

by mohsen shafiei

laravel laravel 4 pclzip