Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 2.12 KB

README.md

File metadata and controls

50 lines (32 loc) · 2.12 KB

Prooph Event Store 🔗 Service Bus

Marry CQRS with Event Sourcing

Build Status Coverage Status Gitter

This package acts as a glue component between prooph/service-bus and prooph/event-store.

Features

Documentation

Documentation is in the doc tree, and can be compiled using bookdown and Docker

$ docker run -it --rm -v $(pwd):/app sandrokeil/bookdown docs/bookdown.json
$ docker run -it --rm -p 8080:8080 -v $(pwd):/app php:5.6-cli php -S 0.0.0.0:8080 -t /app/docs/html

or make sure bookdown is installed globally via composer and $HOME/.composer/vendor/bin is on your $PATH.

$ bookdown docs/bookdown.json
$ php -S 0.0.0.0:8080 -t docs/html/

Then browse to http://localhost:8080/

Support

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.