PHPackages                             tekintian/php-tzip - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. tekintian/php-tzip

ActiveLibrary

tekintian/php-tzip
==================

一个简单快速的zip文件压缩打包下载工具类,支持PHP5,php7, php8

1.0.0(2y ago)012MITPHPPHP ^5.3|^7.2|^8.0

Since Oct 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tekintian/php-tzip)[ Packagist](https://packagist.org/packages/tekintian/php-tzip)[ Docs](http://dev.tekin.cn)[ RSS](/packages/tekintian-php-tzip/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PHP zip打包压缩工具
=============

[](#php-zip打包压缩工具)

简单,快速,高效的在线ZIP文件打包压缩下载工具. 支持php5, php7, php8

使用方法：
-----

[](#使用方法)

### Composer 方式

[](#composer-方式)

1. Composer安装类库

    ```
    # 加载php-tzip类库
    composer require  tekintian/php-tzip
    ```
2. 使用示例

    可查看 tests/demo.php文件中的相关演示

    ```
