PHPackages                             arbiter/arbiter - 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. [Framework](/categories/framework)
4. /
5. arbiter/arbiter

ActiveLibrary[Framework](/categories/framework)

arbiter/arbiter
===============

An Action system for Action-Domain-Responder.

1.1.0(8y ago)3013.5k↓44%1[1 PRs](https://github.com/arbiterphp/Arbiter.Arbiter/pulls)2MITPHPPHP &gt;=5.5.0

Since Jun 25Pushed 8y ago6 watchersCompare

[ Source](https://github.com/arbiterphp/Arbiter.Arbiter)[ Packagist](https://packagist.org/packages/arbiter/arbiter)[ Docs](https://github.com/arbiterphp/Arbiter.Arbiter)[ RSS](/packages/arbiter-arbiter/feed)WikiDiscussions 1.x Synced 2d ago

READMEChangelog (4)DependenciesVersions (5)Used By (2)

Arbiter
=======

[](#arbiter)

An Action system for Action-Domain-Responder.

This package is installable and PSR-4 autoloadable via Composer as `arbiter/arbiter`.

Alternatively, download a release or clone this repository, then map the `Arbiter\` namespace to the package `src/` directory.

This package requires PHP 5.5 or later; it has been tested on PHP 5.6, PHP 7, and HHVM. You should use the latest available version of PHP as a matter of principle.

To run the tests, issue `composer install` to install the test dependencies, then issue `phpunit`.

---

An *Action* value object is composed of three elements:

- an `$input` callable: this collects input from the incoming *ServerRequestInterface* and converts it to an array of parameters suitable for `call_user_func_array()`;
- a `$domain` callable: this is invoked via `call_user_func_array()` using the array of parameters provided by the `$input` callable; and
- a `$responder` callable: this is invoked with the incoming *ServerRequestInterface*, the outgoing *ResponseInterface*, and the result (or "payload") returned by the `$domain` callable.

Call the *ActionHandler* `handle()` method with the *Action*, a *ServerRequestInterface*, and a *ResponseInterface*. The *ActionHandler* then acts as a mediator to direct the interaction between the three callables, and returns a modified *ResponseInterface*.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

5

Last Release

3266d ago

Major Versions

0.1.0 → 1.0.0-beta12016-02-25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25754?v=4)[Paul M. Jones](/maintainers/pmjones)[@pmjones](https://github.com/pmjones)

---

Top Contributors

[![jakejohns](https://avatars.githubusercontent.com/u/174708?v=4)](https://github.com/jakejohns "jakejohns (2 commits)")

---

Tags

adraction domain responder

### Embed Badge

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

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

###  Alternatives

[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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