Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T09:13:50.000Z (about 1 year ago)
- Last Synced: 2024-09-23T18:17:31.797Z (about 2 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
[![Latest Stable Version](https://poser.pugx.org/jeckel-lab/command-dispatcher/v/stable)](https://packagist.org/packages/jeckel-lab/command-dispatcher)
[![Total Downloads](https://poser.pugx.org/jeckel-lab/command-dispatcher/downloads)](https://packagist.org/packages/jeckel-lab/command-dispatcher)
[![Build Status](https://github.com/jeckel-lab/command-dispatcher/workflows/validate/badge.svg)](https://github.com/Jeckel-Lab/command-dispatcher/actions)
[![codecov](https://codecov.io/gh/jeckel-lab/command-dispatcher/branch/main/graph/badge.svg)](https://codecov.io/gh/jeckel-lab/command-dispatcher)
[![Infection MSI](https://badge.stryker-mutator.io/github.com/Jeckel-Lab/command-dispatcher/main)](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)