duyler/event-bus

dev-main 2025-05-08 12:08 UTC

This package is auto-updated.

Last update: 2025-05-08 12:08:41 UTC


README

Quality Gate Status Coverage type-coverage psalm-level PHP Version

The event bus implements cooperative multitasking between actions performed inside it. Each action is performed inside a separate thread (Fiber) in an isolated DI container. Execution can be controlled using state handlers, events, and triggers to messages generated by actions.

Full documentation see RU EN