Skip to content

iqb/Morgue-Archive

Repository files navigation

(Read-only) PHP Archive: format agnostic archive file representation

Build Status Code Coverage Software License

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.

About

Morgue: format agnostic archive file representation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages