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.
Via composer:
composer require iqb/morgue-archive
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.