https://github.com/jeckel-lab/command-dispatcher
Command dispatcher pattern implementation
https://github.com/jeckel-lab/command-dispatcher
command-bus command-dispatcher cqrs cqrs-pattern php8
Last synced: about 2 months ago
JSON representation
Command dispatcher pattern implementation
- Host: GitHub
- URL: https://github.com/jeckel-lab/command-dispatcher
- Owner: Jeckel-Lab
- Created: 2019-10-28T08:34:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T09:13:50.000Z (over 1 year ago)
- Last Synced: 2024-09-23T18:17:31.797Z (9 months ago)
- Topics: command-bus, command-dispatcher, cqrs, cqrs-pattern, php8
- Language: PHP
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Command Dispatcher
[](https://packagist.org/packages/jeckel-lab/command-dispatcher)
[](https://packagist.org/packages/jeckel-lab/command-dispatcher)
[](https://github.com/Jeckel-Lab/command-dispatcher/actions)
[](https://codecov.io/gh/jeckel-lab/command-dispatcher)
[](https://infection.github.io)***If you are looking for symfony integration, look at the [jeckel-lab/command-dispatcher-bundle](https://packagist.org/packages/jeckel-lab/command-dispatcher-bundle) package.***
This is a framework independant implementation of the Command Dispatcher pattern for CQRS project.
## Installation
```bash
composer require jeckel-lab/command-dispatcher
```## Resources
- [The Command Dispatcher Pattern](https://olvlvl.com/2018-04-command-dispatcher-pattern)