An open API service indexing awesome lists of open source software.

https://github.com/driftphp/event-bus-bundle

Event Bus for DriftPHP
https://github.com/driftphp/event-bus-bundle

async driftphp event promises reactphp symfony

Last synced: about 2 months ago
JSON representation

Event Bus for DriftPHP

Awesome Lists containing this project

README

          

# DriftPHP Event Bus Bundle

[![CircleCI](https://circleci.com/gh/driftphp/event-bus-bundle.svg?style=svg)](https://circleci.com/gh/driftphp/event-bus-bundle)

This package provides a full-equipped event bus bundle for DriftPHP.
Decoupled from everything, it brings a default implementations on top of
Tactician, adding some adapters as well for async events.

Some first steps for you!

- [Go to DOCS](https://driftphp.io/#/?id=event-bus-bundle)

or

- [Try a demo](https://github.com/driftphp/demo)
- [Install the skeleton](https://github.com/driftphp/skeleton)