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

This package is auto-updated.

Last update: 2024-06-30 15:01:56 UTC


README

Swow event dispatcher PSR-14 compatible (but opinionated)

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