PHPackages                             task/archive - 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. task/archive

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

task/archive
============

Archive plugin for Task using Zippy

v0.3.0(12y ago)01831MITPHP

Since Apr 23Pushed 11y ago2 watchersCompare

[ Source](https://github.com/taskphp/archive)[ Packagist](https://packagist.org/packages/task/archive)[ RSS](/packages/task-archive/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (5)Versions (5)Used By (0)

task/archive
============

[](#taskarchive)

[![Build Status](https://camo.githubusercontent.com/a25af2ab1501f10d1c3b2204ea457ec3202d9f7425ff42e3c5eb82fbee6f2db4/68747470733a2f2f7472617669732d63692e6f72672f7461736b7068702f617263686976652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/taskphp/archive)[![Coverage Status](https://camo.githubusercontent.com/ee316b18fc5a8f1c109b6907ad259ab5b20006b34a6b62867f56c02fd01d5e41/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f7461736b7068702f617263686976652f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/taskphp/archive?branch=master)

Example
=======

[](#example)

```
use Task\Plugin\FilesystemPlugin;
use Task\Plugin\ArchivePlugin;
use Task\Plugin\Archive\Archive;

$project->inject(function ($container) {
    $container['fs'] = new FilesystemPlugin;
    $container['archive'] = new ArchivePlugin;
});

$project->addTask('archive', ['fs', 'archive', function ($fs, $archive) {
    $source = 'path/to/directory';
    $target = 'path/to/archive.tar.gz';

    $fs->ls($source)
        ->pipe($archive->create(Archive::TAR, Archive::GZ))
        ->pipe($fs->touch($target));
}]);
```

Installation
============

[](#installation)

Add to your `composer.json`:

```
...
"require-dev": {
    "task/archive": "~0.1"
}
...
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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 ~6 days

Total

3

Last Release

4397d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a2690beef16c00adcf9d21b025550c9b6fda653cfd57b5f99db279c459fb77ae?d=identicon)[mbfisher](/maintainers/mbfisher)

---

Top Contributors

[![mbfisher](https://avatars.githubusercontent.com/u/1162326?v=4)](https://github.com/mbfisher "mbfisher (7 commits)")

### Embed Badge

![Health badge](/badges/task-archive/health.svg)

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

PHPackages © 2026

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