cleentfaar / pharly
A PHP library for the archiving and extraction of files and directories in .zip, .tar, .tar.gz, and .tar.bz2 formats.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/cleentfaar/pharly
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: ~4.1
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.
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)