2017 © Pedro Peláez
 

library event-store

PHP EventStore

image

malocher/event-store

PHP EventStore

  • Sunday, January 26, 2014
  • by Malocher
  • Repository
  • 5 Watchers
  • 18 Stars
  • 48 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Malocher EventStore

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., (*1)

Build Status Coverage Status, (*2)

Installation

Installation of malocher\event-store uses composer. For composer documentation, please refer to getcomposer.org. Add following requirement to your composer.json, (*3)

"malocher/event-store" : "dev-master"

More information comming soon., (*4)

The Versions