PHP Package: pear/archive_tar

A PHP library for creating and extracting tar archives with ease. Manage files and directories efficiently using archive_tar.

Current Version: 1.6.0
Last Updated: 2025-07-19
PHP Requirement: >=5.4.0
Dependencies: None

Package Description

Archive_Tar is a PHP library that offers seamless creation, extraction, and manipulation of tar archives. With a user-friendly interface and robust functionality, it simplifies the management of files and directories in a tar format. This library ensures smooth handling of archived data, making it an essential tool for developers dealing with large-scale file operations.

🔗 View on GitHub

Download Latest Version: 1.6.0

Download Download v1.6.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/pear/archive_tar/1.6.0/loader.php';
use Archive_Tar;
use Tar;
use Tar_Entry;

$obj = new ();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.