malocher/event-store

PHP EventStore

Installs: 61

Dependents: 2

Suggesters: 0

Security: 0

Stars: 19

Watchers: 5

Forks: 2

Open Issues: 0

pkg:composer/malocher/event-store

dev-master 2014-01-26 20:22 UTC

This package is not auto-updated.

Last update: 2025-10-07 06:48:11 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.

Build Status Coverage Status

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.