• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2021-

Archive/H03-May-2021-2,5051,644

docs/H03-May-2022-

scripts/H03-May-2021-237202

.travis.ymlH A D03-May-2021532 3029

README.mdH A D03-May-2021851 3523

composer.jsonH A D03-May-20211.3 KiB5554

package.xmlH A D03-May-202118.4 KiB683681

sync-php4H A D03-May-2021180 73

README.md

1Archive_Tar
2==========
3
4[![Build Status](https://secure.travis-ci.org/pear/Archive_Tar.png?branch=master)](https://travis-ci.org/pear/Archive_Tar)
5
6This package provides handling of tar files in PHP.
7It supports creating, listing, extracting and adding to tar files.
8Gzip support is available if PHP has the zlib extension built-in or
9loaded. Bz2 compression is also supported with the bz2 extension loaded.
10Also Lzma2 compressed archives are supported with xz extension.
11
12This package is hosted at http://pear.php.net/package/Archive_Tar
13
14Please report all new issues via the PEAR bug tracker.
15
16Pull requests are welcome!
17
18
19Testing, building
20-----------------
21
22To test, run either
23$ phpunit tests/
24  or
25$ pear run-tests -r
26
27To build, simply
28$ pear package
29
30To install from scratch
31$ pear install package.xml
32
33To upgrade
34$ pear upgrade -f package.xml
35