A PHP library for the archiving and extraction of files and directories in .zip
, .tar
, .tar.gz
, and .tar.bz2
formats.
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.
PHAR authors: Steph Fox (developer), Greg Beaver (lead) and Marcus Börger (lead)