This library provides tools for an event sourcing implementation.
The event store system that this library is using is https://eventstore.org/ and the Prooph client libraries (Async, HTTP) to communicate with it.
The default event store implementation that library uses is the event store from https://eventstore.org. Make sure you installed it and it is running properly. Consult the documentation if you need to know how to set it up.
Please see the docs folder for the library documentation.
You can find the event store documentation here https://eventstore.org/docs/.
- csfix - Runs phpcbf and fixes coding standard problems
- cscheck - Checks the coding standard
- analyze - Runs the static code analyzer
- test - Runs phpunit
Copyright 2019 PSA Ltd. All rights reserved.