PHPackages                             azjezz/tarry - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. azjezz/tarry

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

azjezz/tarry
============

0.2.0(4y ago)17MITHack

Since Jul 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/azjezz/tarry)[ Packagist](https://packagist.org/packages/azjezz/tarry)[ RSS](/packages/azjezz-tarry/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Tarry
=====

[](#tarry)

Tarry is a small utility for building TAR archives.

Installation
------------

[](#installation)

This package is available via `composer`:

```
composer require azjezz/tarry
```

Features
--------

[](#features)

### Supported

[](#supported)

- ability to create a TAR archive.
- GZIP compression
- BZIP compression
- adding files
- modifying file permissions, user id, group id, and mtime.

### TODO

[](#todo)

- add support for long filenames.
- extracting existing archives.
- modifying existing archives
- more?

Usage
-----

[](#usage)

```
use namespace Tarry;
use namespace HH\Lib\File;

async function main(): Awaitable {
  $archive = Tarry\ArchiveBuilder::create()
    ->withCompressionAlgorithm(CompressionAlgorithm::GZIP)
    ->withCompressionLevel(9)
    ->withNode(shape(
      'filename' => 'hello-world.txt',
      'content' => 'Hello, World!',
    ))
    ->build();

  await $archive->saveToFile('hello-world.tar.gz');
}
```

License
-------

[](#license)

The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

2

Last Release

1770d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8489d7c85bfa7c637b8e13484f3f659652aea0568b6e7f9e66edeb0649b5a2f1?d=identicon)[azjezz](/maintainers/azjezz)

---

Top Contributors

[![azjezz](https://avatars.githubusercontent.com/u/29315886?v=4)](https://github.com/azjezz "azjezz (5 commits)")

### Embed Badge

![Health badge](/badges/azjezz-tarry/health.svg)

```
[![Health](https://phpackages.com/badges/azjezz-tarry/health.svg)](https://phpackages.com/packages/azjezz-tarry)
```

###  Alternatives

[hhvm/hsl

The Hack Standard Library

1151.1M55](/packages/hhvm-hsl)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
