https://github.com/pear/archive_tar
https://github.com/pear/archive_tar
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pear/archive_tar
- Owner: pear
- Created: 2012-04-13T11:59:26.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T22:35:52.000Z (over 1 year ago)
- Last Synced: 2025-05-13T23:25:19.554Z (about 1 year ago)
- Language: PHP
- Homepage: http://pear.php.net/package/Archive_Tar
- Size: 384 KB
- Stars: 74
- Watchers: 16
- Forks: 34
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Security: SECURITY.md
Awesome Lists containing this project
README
Archive_Tar
==========

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!
Testing, building
-----------------
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