Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/broadway/broadway
Infrastructure and testing helpers for creating CQRS and event sourced applications.
https://github.com/broadway/broadway
Last synced: 2 days ago
JSON representation
Infrastructure and testing helpers for creating CQRS and event sourced applications.
- Host: GitHub
- URL: https://github.com/broadway/broadway
- Owner: broadway
- License: mit
- Created: 2014-08-26T13:40:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T02:43:10.000Z (2 months ago)
- Last Synced: 2024-10-29T15:09:16.868Z (about 1 month ago)
- Language: PHP
- Homepage: http://labs.qandidate.com/blog/2014/08/26/broadway-our-cqrs-es-framework-open-sourced/
- Size: 814 KB
- Stars: 1,494
- Watchers: 68
- Forks: 177
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-php - Broadway - An event source and CQRS library. (Table of Contents / Event)
- awesome-php-cn - Broadway - 一个事件源和CQRS图书馆. (目录 / 事件 Event)
- awesome-projects - Broadway - An event source and CQRS library. (PHP / Event)
- awesome-php - Broadway - An event source and CQRS library. (Table of Contents / Event)
README
Broadway
========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.![build status](https://github.com/broadway/broadway/actions/workflows/ci.yml/badge.svg)
## About
Read the blog post about this repository at:
- http://labs.qandidate.com/blog/2014/08/26/broadway-our-cqrs-es-framework-open-sourced/## Installation
```
$ composer require broadway/broadway
```## Documentation
You can find detailed documentation of the Broadway bundle on [broadway.github.io/broadway](https://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].[Axon Framework]: http://www.axonframework.org/
[Ncqrs]: https://github.com/ncqrs/ncqrs
[AggregateSource]: https://github.com/yreynhout/AggregateSourceWe 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.[Benjamin]: https://twitter.com/beberlei
[Marijn]: https://twitter.com/huizendveld
[Mathias]: https://twitter.com/mathiasverraes## License
MIT, see LICENSE.