morgue/archive
Composer 安装命令:
composer require morgue/archive
包简介
Morgue: format agnostic archive file representation
README 文档
README
Issues/pull requests
This repository is a subtree split of the iqb/Morgue repository so it can be required as a stand alone package via composer. To open an issues or pull request, please go to the iqb/Morgue repository.
Installation
Via composer:
composer require iqb/morgue-archive
Usage
The Archive and ArchiveEntry classes represent the generalized structure of archive files (e.g. .zip or .rar files).
An archive can be read by a file type specific ArchiveReaderInterface implementation,
modified in a file type agnostic way
and then persisted with a file type specific ArchiveWriterInterface implementation.
Further details can be found in the iqb/Morgue repository that contains at least a working implementation for the ZIP archive format.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2018-04-13