barry127/zippr
Composer 安装命令:
composer require barry127/zippr
包简介
Class to handle zip files
README 文档
README
A PHP class for handeling zip files. The class abstracts the ZipArchive class.
Current support:
- Add file to archive
- Add directory to archive
- Add comment to archive
- Extract an archive
Complete documentation can be found at zippr.barrydekleijn.nl
UPDATED
Zip is now called Zippr and carries version number 1.0.
This major update has the following updates
- PSR-0 standard for namespacing
- Error handling using PHP Exception class
- Bug fixes on addDir method
- extractArchive has become a static function
- Dependencies are checked in a seperate method
INSTALL
Add the next line to the require section in your composer.json file
"barry127/zippr": "1.*"
统计信息
- 总下载量: 27
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-05-11