malocher / event-store
PHP EventStore
dev-master
2014-01-26 20:22 UTC
Requires
- jms/serializer: 0.14.*
- malocher/cqrs-esb: 1.*
- symfony/console: 2.*
- symfony/event-dispatcher: 2.4.*
Requires (Dev)
- doctrine/dbal: 2.4.*
- phpunit/phpunit: 3.7.*
- satooshi/php-coveralls: dev-master
Suggests
- doctrine/dbal: Use Doctrine\DBAL as EventStore-Adapter
This package is not auto-updated.
Last update: 2025-02-25 04:00:05 UTC
README
The Malocher EventStore provides infrastructure to use Event Sourcing as storage mechanism within a DDD project. It depends on components of the malocher\cqrs-esb library, but do not require a CQRS sytem to be used. However, both systems can be linked very easy.
Installation
Installation of malocher\event-store uses composer. For composer documentation, please refer to getcomposer.org. Add following requirement to your composer.json
"malocher/event-store" : "dev-master"
More information comming soon.