v1/vendor/pear/archive_tar
Gdilove 927f32325b 初始化 2023-11-13 20:36:13 +08:00
..
.github 初始化 2023-11-13 20:36:13 +08:00
Archive 初始化 2023-11-13 20:36:13 +08:00
docs 初始化 2023-11-13 20:36:13 +08:00
scripts 初始化 2023-11-13 20:36:13 +08:00
tests 初始化 2023-11-13 20:36:13 +08:00
.gitignore 初始化 2023-11-13 20:36:13 +08:00
.travis.yml 初始化 2023-11-13 20:36:13 +08:00
README.md 初始化 2023-11-13 20:36:13 +08:00
composer.json 初始化 2023-11-13 20:36:13 +08:00
package.xml 初始化 2023-11-13 20:36:13 +08:00
sync-php4 初始化 2023-11-13 20:36:13 +08:00

README.md

Archive_Tar

.github/workflows/build.yml

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