squidit / swow-event-dispatcher
Basic PSR-14 compatible (but opinionated) event dispatcher for usage with swow coroutines
v0.1.0
2024-05-30 14:42 UTC
Requires
- php: ^8.3
- ext-ds: *
- psr/event-dispatcher: ^1.0
- psr/log: ^3.0
- squidit/container-mason: ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.55
- league/container: ^4.2
- phpstan/phpstan: ^1.11
- phpunit/phpunit: ^11.1
- squidit/php-coding-standards: ^1.1
- swow/swow: ^1.5.2
Suggests
- ext-swow: *
Provides
README
Basic PSR-14 compatible (but opinionated) event dispatcher for usage with swow coroutines.
Features
- Lazy loading event listeners
- Bring your own DI by implementing Container-Mason (unify how DI containers work)
- Build-in caching mechanism
- Priority listener support
- Buffered event handling