Stars: 265
Forks: 42
Pull Requests: 66
Issues: 25
Watchers: 19
Last Updated: 2021-03-22 22:39:31
Provides basic functionality for event sourced aggregates.
License: BSD 3-Clause "New" or "Revised" License
Languages: PHP
Simple and lightweight event sourcing library with out of the box support for ProophEventStore
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
You can install ProophEventSourcing via composer by adding "prooph/event-sourcing": "^5.0"
as requirement to your composer.json.
Our quickstart should give you a starting point. It's a very small domain but shows you the useage of ProophEventSourcing and the integration with ProophEventStore.
ProophEventSourcing ships with a ProophEventStore AggregateTranslator to connect the store with the bundled AggregateRoot.