household / broadway
Infrastructure and testing helpers for creating CQRS and event sourced applications.
Requires
- php: >=7.2
- beberlei/assert: ^3.0
- broadway/uuid-generator: ^1.0
Requires (Dev)
- broadway/coding-standard: ^1.0
- monolog/monolog: ~2.0
- phpstan/phpstan: @stable
- phpunit/phpunit: ^8.0
- ramsey/uuid: ^3.0
Suggests
- broadway/broadway-bundle: Symfony bundle for broadway/broadway
- broadway/broadway-saga: Saga component for Broadway
- broadway/event-store-dbal: Event store implementation using doctrine/dbal
- broadway/read-model-elasticsearch: Elasticsearch read model implementation
- psr/log-implementation: Implementation for PSR3, LoggerInterface
README
Broadway is a project providing infrastructure and testing helpers for creating CQRS and event sourced applications. Broadway tries hard to not get in your way. The project contains several loosely coupled components that can be used together to provide a full CQRS\ES experience.
About
Read the blog post about this repository at:
This is fork of the main version with contributions targeted orignally to the broadway/broadway but was never accepted for unkown reasons.
Installation
$ composer require household/broadway
Documentation
You can find detailed documentation of the Broadway bundle on broadway.github.io/broadway.
Feel free to join #qandidate on freenode with questions and remarks!
Acknowledgements
The broadway project is heavily inspired by other open source project such as AggregateSource, Axon Framework and Ncqrs.
We also like to thank Benjamin, Marijn and Mathias for the conversations we had along the way that helped us shape the broadway project. In particular Marijn for giving us access to his in-house developed CQRS framework.
License
MIT, see LICENSE.