|
il y a 2 ans | |
---|---|---|
.. | ||
.github | il y a 2 ans | |
Archive | il y a 2 ans | |
docs | il y a 2 ans | |
scripts | il y a 2 ans | |
tests | il y a 2 ans | |
.gitignore | il y a 2 ans | |
.travis.yml | il y a 2 ans | |
README.md | il y a 2 ans | |
composer.json | il y a 2 ans | |
package.xml | il y a 2 ans | |
sync-php4 | il y a 2 ans |
This package provides handling of tar files in PHP. It supports creating, listing, extracting and adding to tar files. Gzip support is available if PHP has the zlib extension built-in or loaded. Bz2 compression is also supported with the bz2 extension loaded. Also Lzma2 compressed archives are supported with xz extension.
This package is hosted at http://pear.php.net/package/Archive_Tar
Please report all new issues via the PEAR bug tracker.
Pull requests are welcome!
To test, run either $ phpunit tests/ or $ pear run-tests -r
To build, simply $ pear package
To install from scratch $ pear install package.xml
To upgrade $ pear upgrade -f package.xml