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.
Architecture fit: Laravel already provides a PSR-14-compliant event dispatcher (Illuminate\Events\Dispatcher) as part of its core framework, making league/event redundant. Introducing this package would create unnecessary duplication in the event-handling layer without clear architectural benefits.
Integration feasibility: Technically possible
How can I help you explore Laravel packages today?