Download the PHP package cv65kr/messenger without Composer
On this page you can find all versions of the php package cv65kr/messenger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package messenger
CQRS + Event Sourcing for Symfony
This is simple implementation CQRS + Event Sourcing for Symfony.
Installation
Activate in config/bundles.php
:
Update database (migration in future):
To activate async bus, open config/packages/messenger.yaml
and paste:
How to use
The current example: https://github.com/cv65kr/symfony-4-es-cqrs-boilerplate/tree/feature/es
Aggregate root
Event Sourcing Repository
Projection
Read model
Projector
Consume events from queue
All versions of messenger with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
symfony/messenger Version ^4.4|^5.0
symfony/event-dispatcher Version ^4.4|^5.0
ramsey/uuid Version ^3.9
ramsey/uuid-doctrine Version ^1.6
beberlei/assert Version ^3.2
doctrine/doctrine-bundle Version ^1.8|^2.0
symfony/messenger Version ^4.4|^5.0
symfony/event-dispatcher Version ^4.4|^5.0
ramsey/uuid Version ^3.9
ramsey/uuid-doctrine Version ^1.6
beberlei/assert Version ^3.2
doctrine/doctrine-bundle Version ^1.8|^2.0
The package cv65kr/messenger contains the following files
Loading the files please wait ....