PHPackages                             nuxed/event-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nuxed/event-dispatcher

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

nuxed/event-dispatcher
======================

Nuxed Event Dispatcher

v2.1.0(5y ago)2164MITHack

Since Nov 2Pushed 5y ago2 watchersCompare

[ Source](https://github.com/nuxed/event-dispatcher)[ Packagist](https://packagist.org/packages/nuxed/event-dispatcher)[ RSS](/packages/nuxed-event-dispatcher/feed)WikiDiscussions develop Synced today

READMEChangelog (4)Dependencies (10)Versions (5)Used By (0)

[![](https://avatars3.githubusercontent.com/u/45311177?s=200&v=4)](https://avatars3.githubusercontent.com/u/45311177?s=200&v=4)

[![Coding standards status](https://github.com/nuxed/event-dispatcher/workflows/coding%20standards/badge.svg?branch=develop)](https://github.com/nuxed/event-dispatcher/workflows/coding%20standards/badge.svg?branch=develop)[![Static analysis status](https://github.com/nuxed/event-dispatcher/workflows/static%20analysis/badge.svg?branch=develop)](https://github.com/nuxed/event-dispatcher/workflows/static%20analysis/badge.svg?branch=develop)[![Unit tests status](https://github.com/nuxed/event-dispatcher/workflows/unit%20tests/badge.svg?branch=develop)](https://github.com/nuxed/event-dispatcher/workflows/unit%20tests/badge.svg?branch=develop)[![Total Downloads](https://camo.githubusercontent.com/05e26f89c50e85f0943911138163e8a42adf01a41d5fca1eb604f78d250901f6/68747470733a2f2f706f7365722e707567782e6f72672f6e757865642f6576656e742d646973706174636865722f642f746f74616c2e737667)](https://packagist.org/packages/nuxed/event-dispatcher)[![Latest Stable Version](https://camo.githubusercontent.com/cfebeac61f8d72dcb06866ed5d99b98247dba11d10cb17673c1977ccd3e48c13/68747470733a2f2f706f7365722e707567782e6f72672f6e757865642f6576656e742d646973706174636865722f762f737461626c652e737667)](https://packagist.org/packages/nuxed/event-dispatcher)[![License](https://camo.githubusercontent.com/830d9eaa4236a11acc2f39313e3ffd336cd5de364ee993c4319792dafebece81/68747470733a2f2f706f7365722e707567782e6f72672f6e757865642f6576656e742d646973706174636865722f6c6963656e73652e737667)](https://packagist.org/packages/nuxed/event-dispatcher)

Nuxed Event Dispatcher
======================

[](#nuxed-event-dispatcher)

The Event Dispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them asynchronously.

### Installation

[](#installation)

This package can be installed with [Composer](https://getcomposer.org).

```
$ composer require nuxed/event-dispatcher
```

### Example

[](#example)

```
use namespace Nuxed\EventDispatcher;
use namespace Nuxed\EventDispatcher\ListenerProvider;

async function main(): Awaitable {
  $provider = new ListenerProvider\AttachableListenerProvider();

  $provider->listen(new SomeEventListener());
  $provider->listen(new SomeOtherEventListener());

  $dispatcher = new EventDispatcher\EventDispatcher($provider);

  // dispatch multiple event listeners concurrently
  concurrent {
    // returns the event that was passed, now modified by listeners.
    $someEvent = await $dispatcher->dispatch(new SomeEvent());
    $someOtherEvent = await $dispatcher->dispatch(new SomeOtherEvent());
  }
}
```

---

### Security

[](#security)

For information on reporting security vulnerabilities in Nuxed, see [SECURITY.md](SECURITY.md).

---

### License

[](#license)

Nuxed is open-sourced software licensed under the MIT-licensed.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 89.5% 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 ~126 days

Total

4

Last Release

2000d ago

Major Versions

v1.1.0 → v2.0.02020-11-15

### 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 (17 commits)")[![lexidor](https://avatars.githubusercontent.com/u/31805625?v=4)](https://github.com/lexidor "lexidor (2 commits)")

---

Tags

eventevent-dispatcherevent-emitterevent-managementeventshackhacklanghhvmnuxed

### Embed Badge

![Health badge](/badges/nuxed-event-dispatcher/health.svg)

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

###  Alternatives

[hhvm/hsl

The Hack Standard Library

1151.1M55](/packages/hhvm-hsl)

PHPackages © 2026

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