prooph / event-store-bus-bridge
Marry CQRS with Event Sourcing
Installs: 478 403
Dependents: 15
Suggesters: 1
Security: 0
Stars: 37
Watchers: 8
Forks: 17
Open Issues: 0
Requires
- php: ^7.3 | ^8.0
- prooph/common: ^4.2.1
- prooph/event-store: ^7.3.1
- prooph/service-bus: ^6.3
Requires (Dev)
- phpspec/prophecy: ^1.9
- phpspec/prophecy-phpunit: ^2.0
- phpunit/phpunit: ^9.3
- prooph/bookdown-template: ^0.2.3
- prooph/php-cs-fixer-config: ^0.4
- psr/container: ^1.0
- satooshi/php-coveralls: ^1.0
This package is auto-updated.
Last update: 2024-10-26 06:50:24 UTC
README
Marry CQRS with Event Sourcing
This package acts as a glue component between prooph/service-bus and prooph/event-store.
Important
This library will receive support until December 31, 2019 and will then be deprecated.
For further information see the official announcement here: https://www.sasaprolic.com/2018/08/the-future-of-prooph-components.html
Features
- Transaction handling based on command dispatch
- Event publishing after event store commit
- Causation Metadata Enricher based on command dispatch & event-store create/appendTo
Documentation
Documentation is in the doc tree, and can be compiled using bookdown.
$ php ./vendor/bin/bookdown docs/bookdown.json $ php -S 0.0.0.0:8080 -t docs/html/
Then browse to http://localhost:8080/
Support
- Ask questions on Stack Overflow tagged with #prooph.
- File issues at https://github.com/prooph/event-store-bus-bridge/issues.
- Say hello in the prooph gitter chat.
Contribute
Please feel free to fork and extend existing or add new plugins and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.
Dependencies
Please refer to the project composer.json for the list of dependencies.
License
Released under the New BSD License.