Download the PHP package phauthentic/event-sourcing without Composer
On this page you can find all versions of the php package phauthentic/event-sourcing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phauthentic/event-sourcing
More information about phauthentic/event-sourcing
Files in phauthentic/event-sourcing
Package event-sourcing
Short Description An event sourcing library for PHP. Framework agnostic, simple, SOLID and easy to use.
License MIT
Informations about the package event-sourcing
Phauthentic Event Sourcing Library
A framework-agnostic event sourcing system.
The library tries to be as unopinionated as possible, it provides the basic building blocks to implement event sourcing in your application. The library will allow you to keep 3rd party dependencies to a minimum and will not force you to use a specific framework or library. Your aggregates can be free of third party dependencies if you want to go for that style.
It features different ways of extracting information from your aggregates, pick your flavor: Via Attributes (recommended), Interfaces or Reflection. Using a reflection based extractor will allow you to keep your aggregates free of any dependency to this library.
Installation
Documentation
- What is Event Sourcing?
- The Architecture of this Library
- Make your Aggregates Using Event Sourcing
- Example
- Running Tests
- Other Event Sourcing Libraries
License
Copyright Florian Krämer
Licensed under the MIT license.
All versions of event-sourcing with dependencies
phauthentic/event-store Version dev-master
phauthentic/snapshot-store Version dev-master