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
- Host: GitHub
- URL: https://github.com/driftphp/command-bus-bundle
- Owner: driftphp
- License: mit
- Created: 2019-12-23T11:29:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T16:17:11.000Z (over 2 years ago)
- Last Synced: 2025-04-18T20:37:59.800Z (8 months ago)
- Topics: async, bus, command, driftphp, promises, query, reactphp, symfony
- Language: PHP
- Homepage: https://driftphp.io
- Size: 153 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DriftPHP Command Bus Bundle
[](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)