Skip to content

World-Architects/event-sourcing

Repository files navigation

Event Sourcing

Master

Scrutinizer Code Quality Code Coverage Build Status

Develop

Scrutinizer Code Quality Code Coverage Build Status

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.

Requirements

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.

Documentation

Please see the docs folder for the library documentation.

You can find the event store documentation here https://eventstore.org/docs/.

Composer Commands

  • csfix - Runs phpcbf and fixes coding standard problems
  • cscheck - Checks the coding standard
  • analyze - Runs the static code analyzer
  • test - Runs phpunit

Copyright

Copyright 2019 PSA Ltd. All rights reserved.