cleentfaar/pharly

This package is abandoned and no longer maintained. No replacement package was suggested.

A PHP library for the archiving and extraction of files and directories in .zip, .tar, .tar.gz, and .tar.bz2 formats.

dev-master / 1.0.x-dev 2014-07-13 21:48 UTC

This package is auto-updated.

Last update: 2022-02-01 12:37:00 UTC


README

A PHP library for the archiving and extraction of files and directories in .zip, .tar, .tar.gz, and .tar.bz2 formats.

Build Status Latest Stable Version Latest Unstable Version Scrutinizer Code Quality Code Coverage
SensioLabsInsight Total Downloads License

Documentation

Pharly?

The name for this library has been derived from the PHAR extension that has been built-in with PHP since 5.2.0. Pharly heavily relies on PHAR's file-abstractions for it's archiving and extraction routines, which it in turn uses from the PHP_Archive package.

Thanks to

PHAR authors: Steph Fox (developer), Greg Beaver (lead) and Marcus Börger (lead)