malocher/event-store

PHP EventStore

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

This package is not auto-updated.

Last update: 2024-09-24 02:03:30 UTC


README

Malocher EventStore为在DDD项目中将事件溯源作为存储机制提供基础设施。它依赖于malocher\cqrs-esb库的组件,但不需要使用CQRS系统。然而,这两个系统可以非常容易地链接在一起。

Build Status Coverage Status

安装

malocher\event-store的安装使用composer。有关composer文档,请参阅getcomposer.org。将以下要求添加到您的composer.json文件中

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

更多信息即将推出。