PHPackages                             ideationnet/action-dispatcher - 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. [API Development](/categories/api)
4. /
5. ideationnet/action-dispatcher

Abandoned → [ideationnet/invoker-router-middleware](/?search=ideationnet%2Finvoker-router-middleware)Library[API Development](/categories/api)

ideationnet/action-dispatcher
=============================

Action dispatcher for PSR-15 compatible middleware

1.1.0(9y ago)035MITPHPPHP ~7.0

Since Dec 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ideationnet/action-dispatcher)[ Packagist](https://packagist.org/packages/ideationnet/action-dispatcher)[ Docs](https://github.com/ideationnet/action-dispatcher)[ RSS](/packages/ideationnet-action-dispatcher/feed)WikiDiscussions master Synced 4w ago

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

Action Dispatcher
=================

[](#action-dispatcher)

A PSR-15 "Action Domain Responder" middleware that dispatches to actions resolved by [Action Resolver](https://github.com/ideationnet/action-resolver).

Actions are dispatched using an [Invoker](https://github.com/PHP-DI/Invoker), such as the one provided by [PHP-DI](https://github.com/PHP-DI/PHP-DI).

Configuration
-------------

[](#configuration)

Actions should resolve to an instance of `IdNet\Action` where the input, domain, and responder have been set. The dispatcher will use the provided implementation of `InvokerInterface` to invoke the callables.

```
'action.example' => object(Action::class)
    ->method('domain', YourDomainClass::class),

'input.default' => get(YourDefaultInput::class),
'responder.default' => get(YourDefaultResonder::class),]

'another.action' => object(Action::class)
    ->method('input', OverrideInputClass::class)
    ->method('domain', AnotherDomain::class)
    ->method('responder', CustomResponder::class),
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3485d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/230337?v=4)[Darren Mothersele](/maintainers/darrenmothersele)[@darrenmothersele](https://github.com/darrenmothersele)

---

Top Contributors

[![darrenmothersele](https://avatars.githubusercontent.com/u/230337?v=4)](https://github.com/darrenmothersele "darrenmothersele (3 commits)")

---

Tags

ideationnetaction-dispatcher

### Embed Badge

![Health badge](/badges/ideationnet-action-dispatcher/health.svg)

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

###  Alternatives

[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)[infinum/eightshift-libs

WordPress libs developed by Eightshift team to use in modern WordPress.

63123.8k3](/packages/infinum-eightshift-libs)

PHPackages © 2026

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