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+.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| league/event | 0.86 | 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,565 | 1,591 | 49 | 4M | 1 | 9.5 | 46.7 | MIT | — | |
| spiral/events | 0.85 | Spiral Events provides a lightweight event dispatcher for Spiral/PHP apps. Define events and listeners, publish events, and handle them synchronously with clean integration into the framework’s container and application lifecycle. | 0 | 0 | 0 | 3K | 0 | 0.0 | 47.9 | MIT | — | |
| spiral/security | 0.85 | Spiral Security adds authentication and authorization tooling for Spiral apps, including guards, token and session support, and role/permission checks. Keep access control consistent across HTTP and console with a clean, framework-native API. | 6 | 6 | 1 | 344K | 0 | 6.4 | 55.3 | MIT | 6 years ago | |
| spiral/boot | 0.83 | Spiral Boot Core provides the kernel bootstrapping foundation for the Spiral Framework. It includes bootloaders, application lifecycle management, and configuration wiring used by Spiral apps and bundles, with strong type-safety and CI-tested quality. | 2 | 2 | 0 | 3K | 0 | 6.9 | 41.1 | MIT | 6 years ago | |
| spiral/distribution | 0.83 | Spiral Distribution helps install and publish Spiral framework distributions, bundling app skeletons, modules, and configs into reusable packages. It streamlines project bootstrapping, updates, and sharing standardized setups across teams. | 3 | 3 | 0 | 610 | 0 | 0.0 | 30.2 | MIT | — | |
| spiral/views | 0.82 | Spiral Views provides a view manager and rendering engine selector for Spiral apps, letting you configure and switch template engines consistently. Lightweight, tested, and type-safe, with docs and framework integration via the Spiral Framework bundle. | 0 | 3 | — | 408 | — | 3.0 | 27.5 | — | — | |
| evenement/evenement | 0.81 | 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 | — | |
| spiral/marshaller-bridge | 0.81 | Bridge package for Spiral Framework that wires up the Spiral Marshaller with sensible defaults. Provides a bootloader, replaces SerializerBootloader, and lets you configure the MapperFactory and type matchers for custom mapping behavior. | 0 | 0 | 0 | 0 | 0 | 0.8 | — | MIT | 2 years ago | |
| psr/event-dispatcher | 0.80 | 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 | — | |
| illuminate/events | 0.80 | 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 | 149 | 10 | 856K | 0 | 1.0 | 52.5 | MIT | — | |
| spiral/session | 0.80 | Secure session management for PHP using native handlers, focused on safety and integrity. Part of the Spiral ecosystem, with framework integration available via the Spiral Framework bundle and full docs at spiral.dev. MIT licensed. | 0 | 1 | — | 2K | — | 2.7 | 41.6 | — | — | |
| spiral/framework | 0.78 | Spiral Framework is a high-performance, long-running full-stack PHP framework built for RoadRunner. PSR-compliant components, resident memory kernel, and native support for queues, GRPC, WebSockets, and background workers. | 2,047 | 2,048 | 91 | 96K | 44 | 53.4 | 45.6 | MIT | 1 month ago | |
| spiral-packages/livewire | 0.77 | — | 3 | 3 | 1 | 0 | 5 | 1.5 | 1.5 | MIT | — | |
| spiral/scaffolder | 0.77 | Spiral Framework scaffolder module for generating and wiring up application code. Provides scaffolding tools and templates to speed up project setup and common development tasks, with CI-tested quality (PHPUnit/Psalm) and documentation on spiral.dev. | 2 | 2 | 4 | 3K | 0 | 9.1 | 40.6 | MIT | 6 years ago | |
| spiral/cycle-bridge | 0.77 | Bridge package integrating Cycle ORM v2 with Spiral Framework 3+. Provides ORM configuration and runtime wiring for Spiral apps using PDO database drivers on PHP 8.1+. | 18 | 18 | 8 | 4K | 9 | 21.7 | 37.5 | MIT | 5 months ago | |
| spiral/nyholm-bridge | 0.77 | Spiral Framework bridge to Nyholm PSR-7/PSR-17 implementations. Install via Composer and enable NyholmBootloader to swap out the default Diactoros HTTP bootloader for Nyholm factories and message objects. | 1 | 1 | 1 | 127K | 0 | 2.7 | 55.3 | MIT | 3 years ago | |
| spiral/http | 0.76 | Spiral HTTP provides a PSR-7/PSR-15 based request pipeline for building and composing middleware-driven HTTP applications. Lightweight, type-safe, and framework-friendly, with full docs and testing/analysis tooling. | 3 | 3 | 1 | 1K | 0 | 3.6 | 35.4 | MIT | 6 years ago | |
| spiral-packages/symfony-validator | 0.74 | Symfony Validator bridge for the Spiral Framework. Integrates Symfony’s validation component into Spiral apps, providing familiar constraints and error handling. Includes CI, static analysis, and type coverage. Documentation available at spiral.dev. | 4 | 4 | 1 | 570 | 1 | 2.6 | 28.4 | MIT | 2 years ago | |
| spiral/config | 0.73 | Spiral Config provides a flexible configuration system for Spiral apps. Load, merge, and access settings from multiple sources with a clean API, supporting layered environments and structured config classes for predictable, testable application configuration. | 2 | 2 | 1 | 4K | 0 | 2.4 | 43.8 | MIT | 6 years ago | |
| spiral/files | 0.73 | Spiral Files is a lightweight PHP file toolkit for managing files and directories with a clean API, plus virtual stream wrapper support. Includes strong typing, PHPUnit/Psalm coverage, and integrates with the Spiral Framework or works standalone. | 5 | 5 | 1 | 24K | 0 | 1.6 | 49.8 | MIT | 7 years ago |
How can I help you explore Laravel packages today?