Registry / utility / pear-archive-tar

pear-archive-tar

JSON →
library1.6.0phppackagistunverified

Tar file management class with compression support (gzip, bzip2, lzma2)

composer require pear/archive_tar
INSTALL
IMPORT
SIG · PEAR-ARCHIVE-TAR
P
pear-archive-tar
utilityphpv1.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Archive_Tar
use Archive_Tar;

Create a compressed tar archive

use Archive_Tar; $tar = new Archive_Tar('archive.tar.gz'); $tar->add(['file1.txt', 'file2.txt']);
Debug
Known issues
gotchaRequires PEAR installed; not compatible with Composer autoloading by default
fix
Install pear/archive_tar via Composer and include the autoloader
affects: >=1.0.0
Upgrade
Version history
1.6.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pear-archive-tar — pip install pear-archive-tar · libregistry