tuzex / cqrs-messenger
This package is abandoned and no longer maintained.
The author suggests using the https://github.com/termyn/cqrs.git package instead.
Implementation of CQRS (Command Query Responsibility Segregation) based on the Symfony Messenger 4.3 and higher
v0.2.0
2022-02-08 18:56 UTC
Requires
- php: 8.*
- symfony/messenger: 4.3.*|4.4.*|5.*|6.*
- tuzex/cqrs: 3.1.*
Requires (Dev)
- phpstan/phpstan: 1.4.*
- phpstan/phpstan-phpunit: 1.0.*
- phpunit/phpunit: 9.5.*
- symplify/easy-coding-standard: 10.0.*
This package is auto-updated.
Last update: 2022-11-20 10:34:15 UTC
README
Implementation of CQRS (Command Query Responsibility Segregation) based on the Symfony Messenger 4.3 and higher.
Install
The best way to install Tuzex/cqrs-messenger is using the Composer:
$ composer require tuzex/cqrs-messenger