qubus/event-dispatcher

A framework agnostic Event Dispatcher similar to the one found in Symfony.

Maintainers

👁 nomadicjosh

Package info

github.com/QubusPHP/event-dispatcher

pkg:composer/qubus/event-dispatcher

Statistics

Installs: 220

Dependents: 5

Suggesters: 0

Stars: 1

Open Issues: 0

v4.0.4 2026-01-11 19:28 UTC

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT cae82665d9f6b5da2d62a7ebc26bd3aa3eecbd0e

  • Joshua Parker <josh.woop@joshuaparker.blog>

eventlistenerevent dispatcheremittersubscriberobserver pattern


README

With the event dispatcher component, you can emit events throughout your application.

Requirements

PHP 8.4+

Installation

composer require qubus/event-dispatcher

More Info