psa/event-sourcing

There is no license information available for the latest version (1.1.3) of this package.

Event Sourcing Library

1.1.3 2020-05-14 06:53 UTC

This package is auto-updated.

Last update: 2024-04-19 00:27:01 UTC


README

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.