league/event
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| acassan/dispatcher-bundle | 0.88 | 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 | — | |
| bodaclick/async-event-dispatcher | 0.87 | 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 | — | — | — | |
| avris/dispatcher | 0.86 | 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-bundle | 0.86 | — | 1 | 1 | 0 | 0 | 0 | 0.9 | — | — | 9 years ago | |
| doctrine/event-manager | 0.85 | Doctrine Event Manager is a lightweight PHP library providing a simple event system for registering listeners and dispatching events. Commonly used across Doctrine components to decouple services and react to lifecycle or application events cleanly. | 6,051 | 6,054 | 22 | 8M | 0 | 41.4 | 47.9 | MIT | 4 months ago | |
| psr-discovery/event-dispatcher-implementations | 0.85 | 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 | 439K | 0 | 1.3 | 55.3 | MIT | 1 year ago | |
| ecentria/ecentria-apievents-bundle | 0.85 | — | 0 | 0 | 7 | 0 | 1 | 3.1 | — | — | 3 years ago | |
| event-engine/php-messaging | 0.85 | Messaging components for PHP apps: message bus, commands, events and queries with middleware-style dispatching. Designed to pair with Event Engine/event sourcing stacks but usable standalone for structured, testable message handling. | 6 | 6 | 1 | 4K | 0 | 2.2 | 38.3 | MIT | 1 year ago | |
| desarrolla2/async-event-dispatcher-bundle | 0.85 | — | 0 | 0 | 0 | 293 | 0 | 0.0 | 24.1 | — | — | |
| enqueue/async-event-dispatcher | 0.84 | Symfony EventDispatcher extension that dispatches events asynchronously by sending them to a message queue, enabling background processing and improved responsiveness. Part of the Enqueue ecosystem; integrates with Symfony apps and supports MQ-driven event handling. | 69 | 69 | 7 | 14K | 0 | 1.2 | 31.7 | MIT | 8 years ago | |
| cakephp/event | 0.84 | Lightweight event dispatcher for CakePHP apps. Define and fire events, attach listeners/subscribers, and manage propagation and results. Useful for decoupling components and building extensible plugins with a simple, familiar API. | 22 | 23 | 3 | 6K | 0 | 0.2 | 33.4 | NOASSERTION | — | |
| psr/event-dispatcher | 0.84 | 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. | 2,290 | 2,296 | 23 | 15M | 0 | 12.3 | 52.8 | MIT | — | |
| evenement/evenement | 0.84 | Evenement is a tiny, Node.js-inspired EventEmitter for PHP. Create an EventEmitter, register and remove listeners, and emit events with arguments. Designed to stay concise and simple while giving you full control. | 1,351 | 1,367 | 74 | 6M | 2 | 9.5 | 50.9 | MIT | — | |
| cvek/domain-events | 0.84 | — | 2 | 2 | 1 | 0 | 0 | 0.6 | — | MIT | 1 year ago | |
| sabre/event | 0.83 | Lightweight PHP 8.2+ library for event-driven development: EventEmitter, promises, an event loop, and coroutines. Used to build reactive, non-blocking apps and services. Full docs at sabre.io/event. | 352 | 365 | 24 | 561K | 4 | 29.7 | 52.5 | BSD-3-Clause | 1 month ago | |
| symfony/event-dispatcher | 0.82 | Symfony EventDispatcher component lets application parts communicate via events. Dispatch events and register listeners or subscribers to react to them, enabling decoupled, extensible architectures with a lightweight, reusable event system. | 8,542 | 8,588 | 66 | 16M | 0 | 58.0 | 53.2 | MIT | 1 week ago | |
| laminas/laminas-eventmanager | 0.82 | Laminas EventManager provides a flexible event and listener system for PHP applications. Attach listeners, trigger events, manage priorities, and use shared event managers to coordinate decoupled components across your app. | 1,020 | 1,022 | 19 | 904K | 4 | 20.3 | 46.3 | BSD-3-Clause | 7 months ago | |
| spiral-packages/league-event | 0.80 | Spiral Framework bridge for The League Event dispatcher. Provides an EventBootloader to wire PSR-style event dispatching, define event classes, and register listeners via attributes or config. Requires PHP 8.1+ and Spiral 3.0+. | 0 | 1 | — | 2K | — | 0.8 | 42.9 | — | — | |
| zendframework/zend-eventmanager | 0.79 | Zend\EventManager provides a lightweight, flexible event and listener system for PHP apps. Attach and detach listeners, trigger events with priorities, and use shared managers for cross-cutting events—ideal for decoupling components in Zend Framework and beyond. | 1,609 | 1,658 | 59 | 227K | 7 | 7.4 | 22.3 | BSD-3-Clause | 8 years ago | |
| symfony/event-dispatcher-contracts | 0.79 | Interfaces and base abstractions for Symfony’s event dispatching system. Use these contracts to standardize how events and listeners interact, and to build libraries compatible with Symfony components and their proven implementations. | 3,420 | 3,422 | 3 | 16M | 0 | 37.2 | 59.0 | MIT | 4 weeks ago |
How can I help you explore Laravel packages today?