chee/pclzip

非官方的 PclZip#2.8.2 php 库,用于 Laravel 包。PclZip 文档 => www.phpconcept.net/pclzip

dev-master 2014-09-21 11:52 UTC

This package is not auto-updated.

Last update: 2024-09-24 03:09:43 UTC


README

PclZip 版本 = 2.8.2

文档:http://www.phpconcept.net/pclzip

安装

更新根目录下的 composer.json

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

然后运行 composer update

更新 app/config/app.php

服务提供者

'Chee\Pclzip\PclzipServiceProvider'

别名[Facades]

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

使用

$archive = new Pclzip($path);