psr/event-dispatcher
PSR-14 interfaces for event dispatching in PHP. Defines standard contracts for dispatchers, listeners, and providers to enable interoperability between frameworks and libraries. Not an implementation—use a compatible PSR-14 dispatcher package.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| league/event | 0.87 | PSR-14 compatible event dispatcher for PHP. Provides an emitter, listeners and subscribers, plus prioritized, stoppable events. Lightweight, extensible, and framework-agnostic—ideal for decoupling application components and building clean event-driven architectures. | 1,570 | 1,592 | 49 | 4M | 1 | 9.5 | 46.7 | MIT | — | |
| illuminate/events | 0.87 | Illuminate Events is Laravel’s event dispatcher component, providing a simple way to register listeners and subscribers, dispatch events, and build decoupled, extensible application workflows with synchronous or queued handling. | 135 | 150 | 10 | 857K | 0 | 1.0 | 52.5 | MIT | — | |
| symfony/event-dispatcher-contracts | 0.86 | Defines lightweight, version-stable contracts for Symfony’s EventDispatcher: interfaces and abstractions shared across components. Use it to type-hint and build compatible event dispatching integrations with proven Symfony semantics without pulling full implementations. | 3,416 | 3,421 | 3 | 17M | 0 | 37.7 | 59.8 | MIT | 3 weeks ago | |
| ashleydawson/domain-event-dispatcher-bundle | 0.86 | — | 1 | 1 | 0 | 0 | 0 | 0.9 | — | — | 9 years ago | |
| acassan/dispatcher-bundle | 0.85 | acassan/dispatcher-bundle provides a small dispatcher bundle for Laravel/PHP projects, packaging dispatcher-related wiring and configuration so you can register and use a dispatcher in your application with minimal setup. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | GPL-2.0 | — | |
| avris/dispatcher | 0.85 | Laravel-friendly message/event dispatcher providing a simple bus for commands and events with pluggable handlers, middleware-style pipelines, and clear separation of dispatching from handling. Useful for modular apps, CQRS patterns, and decoupled architecture. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| ashleydawson/domain-event-dispatcher | 0.84 | — | 1 | 1 | 0 | 0 | 0 | 2.1 | — | — | 9 years ago | |
| bodaclick/async-event-dispatcher | 0.84 | Async event dispatcher for PHP inspired by Symfony. Add one or more drivers (listeners) and dispatch AsyncEventInterface events using a fire-and-forget pub/sub style. Includes RabbitMQ and file drivers, with an easy interface for custom drivers. | 0 | 4 | — | 0 | — | 0.2 | — | — | — | |
| edemy/eventbundle | 0.83 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| sylius-labs/polyfill-symfony-event-dispatcher | 0.83 | Symfony EventDispatcher Polyfill for projects that need compatible event dispatching without depending on a specific Symfony EventDispatcher version. Useful for libraries and apps supporting multiple Symfony versions or minimizing hard dependencies. | 21 | 21 | 3 | 78K | 0 | 1.1 | 49.0 | — | 2 years ago | |
| joomla/event | 0.82 | Joomla Event provides the building blocks for PHP event systems, including a dispatcher implementation with prioritized listeners. Use it to define, register, and trigger events in a clean, decoupled way. Requires PHP 8.1+. | 8 | 9 | 9 | 16K | 0 | 3.5 | 45.6 | GPL-2.0 | 11 months ago | |
| psr-discovery/event-dispatcher-implementations | 0.82 | Discovers installed PSR-14 event dispatcher implementations (Symfony, League, Yiisoft, etc.) at runtime and returns the first available instance. Ideal for libraries/SDKs to support PSR-14 without hard dependencies or user configuration. | 7 | 7 | 1 | 455K | 0 | 1.3 | 55.3 | MIT | 1 year ago | |
| symfony/event-dispatcher | 0.81 | Symfony EventDispatcher lets application parts communicate via dispatched events and listeners/subscribers. It provides a flexible event system for decoupled architecture, supporting priority-based listeners and a consistent dispatching API for PHP apps. | 8,535 | 8,588 | 66 | 17M | 0 | 58.4 | 53.3 | MIT | 3 weeks ago |
How can I help you explore Laravel packages today?