Provides tools that allow your application components to communicate with each other by dispatching events and listening to them.
composer require symfony/event-dispatcherNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an EventDispatcher, registers a listener, and dispatches an event.
Use Symfony\Contracts\EventDispatcher\Event as base class for custom events.
No dependency data recorded yet.