pclzip 封装器

0.2.0 2019-11-28 03:58 UTC

This package is auto-updated.

Last update: 2024-08-28 14:08:11 UTC


README

Latest Stable Version Latest Unstable Version Build Status License Total Downloads

Pclzip 非官方包

http://www.phpconcept.net/pclzip/user-guide/21

使用 Composer 安装

1. 下载 composer

2. 通过 composer.json 安装或直接使用命令行

2.1 通过 composer.json 安装

  • vim composer.json
{
    "require": {
        "pmvc-plugin/zip": "dev-master"
    }
}
  • php composer.phar install

2.2 或直接使用 composer 命令行

  • php composer.phar require pmvc-plugin/zip