elibyy/zip
Composer 安装命令:
composer require elibyy/zip
包简介
a simple and powerful zip manipulation library
README 文档
README
This is no longer maintained.
Elibyy Zip
A Object-Oriented PHP library to manipulate archives
Adapters
this library currently supports
- zip
- PHP zip
- Phar
- TAR
- BZIP2
- GZ
which is the following extensions
- .zip
- .phar
- .tar
- .bz2
- .gz
API Example
use Elibyy\Reader $reader = new Reader('/path/to/file.zip'); $reader->getFiles(); #will return File[] $reader->addFile('/path/to/file.txt','my/inner/path/file.txt'); #will add a file to the archive with path my/inner/path $reader->removeFileByName('file.txt');
Documentation hosted at read the docs !
统计信息
- 总下载量: 9.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-10-07