Skip to content

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

License

Notifications You must be signed in to change notification settings

QubusPHP/event-dispatcher

Repository files navigation

Event Dispatcher Component

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

Requirements

PHP 8.2+

Installation

composer require qubus/event-dispatcher

More Info