historian / historian
An all-in-one Event Sourcing framework for PHP
dev-master
2019-11-08 03:37 UTC
Requires
- php: >=7.2
- ext-json: *
- ext-zlib: *
- psr/event-dispatcher: ^1.0
- psr/http-factory: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- league/container: ^3.2
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^7.0
- predis/predis: ^1.1
This package is auto-updated.
Last update: 2023-11-08 13:04:50 UTC
README
Event Sourcing made simple, and in PHP!
NOTE: This library is under active development! Do not use.
Installation
Installation can be done through composer:
composer require historian/historian
Components
Each component has it's own documentation:
- Event
- EventStore
- HttpEventStore
- EventSourcing
- Projector