2017 © Pedro Peláez
 

library archive

Morgue: format agnostic archive file representation

image

morgue/archive

Morgue: format agnostic archive file representation

  • Friday, April 13, 2018
  • by dennisbirkholz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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

Build Status Code Coverage Software License, (*1)

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., (*2)

Installation

Via composer:, (*3)

composer require iqb/morgue-archive

Usage

The Archive and ArchiveEntry classes represent the generalized structure of archive files (e.g. .zip or .rar files)., (*4)

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., (*5)

Further details can be found in the iqb/Morgue repository that contains at least a working implementation for the ZIP archive format., (*6)

The Versions

13/04 2018

dev-master

9999999-dev

Morgue: format agnostic archive file representation

  Sources   Download

LGPL-3.0-or-later

The Requires

  • php >=7.0

 

The Development Requires

by Dennis Birkholz