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

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

Command and Query Bus for DriftPHP
https://github.com/driftphp/command-bus-bundle

async bus command driftphp promises query reactphp symfony

Last synced: 7 months ago
JSON representation

Command and Query Bus for DriftPHP

Awesome Lists containing this project

README

          

# DriftPHP Command Bus Bundle

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

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

Some first steps for you!

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

or

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