spiral-packages/league-event
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+.
The package is explicitly designed for the Spiral Framework, not Laravel, creating fundamental incompatibility. Spiral's architecture (e.g., its custom container, bootloaders, and component-based structure) diverges significantly from Laravel's Illuminate ecosystem. The package's integration layer relies on Spiral-specific classes (e.g., Spiral\Bootloader, Spiral\Router), which do not exist in Laravel. Integration feasibility is near-zero without complete rewrites of the package's core logic. Technical risks include conflicts with Laravel's native event system (Illuminate\Events), potential security vulnerabilities from unsupported code, and high maintenance burden due to the package's
How can I help you explore Laravel packages today?