PHPackages                             task/box - 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/box

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

task/box
========

boxproject.org plugin for Task

v0.2.0(12y ago)0591MITPHP

Since Apr 23Pushed 12y ago2 watchersCompare

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

READMEChangelogDependencies (3)Versions (3)Used By (1)

task/box
========

[](#taskbox)

[![Build Status](https://camo.githubusercontent.com/0dfe7c39bb5bb4a839b13bf3912229cc2cb9d6c62192c29b43ed0b199a1db0ac/68747470733a2f2f7472617669732d63692e6f72672f7461736b7068702f626f782e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/taskphp/box)[![Coverage Status](https://camo.githubusercontent.com/93ea2e797f2ebcfceaae28c35d979f6ea9f09dade2e7ac53e84a8c1bb5f3cb66/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f7461736b7068702f626f782f62616467652e706e67)](https://coveralls.io/r/taskphp/box)

Example
=======

[](#example)

```
use Task\Plugin\BoxPlugin;

$project->inject(function ($container) {
    $container['box'] = new BoxPlugin;
});

$project->addTask('box', ['box', function ($box) {
    $box->command('build')->pipe($this->getOutput());
});
```

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

[](#installation)

Add to `composer.json`:

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

BOX\_PATH
=========

[](#box_path)

Box requires the `BOX_PATH` constant to be defined to work. It should contain a path to root of the box library; The plugin sets it to `./vendor/kherge/box` by default. If you have the library somewhere else, pass the path to the plugin constructor:

```
$project->inject(function ($container) {
    $container['box'] = new BoxPlugin('path/to/box');
});
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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 ~0 days

Total

2

Last Release

4409d 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 (12 commits)")[![aranw](https://avatars.githubusercontent.com/u/241565?v=4)](https://github.com/aranw "aranw (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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