ticketpark/elibyy-zip
最新稳定版本:1.0
Composer 安装命令:
composer require ticketpark/elibyy-zip
包简介
a simple and powerful zip manipulation library
README 文档
README
This is a fork of https://github.com/elibyy/Zip which was unexpectedly deleted and abandoned without any prior notice.
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 !
统计信息
- 总下载量: 100.91k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-04-10