phauthentic/event-sourcing
最新稳定版本:1.0.0-beta2
Composer 安装命令:
composer require phauthentic/event-sourcing
包简介
An event sourcing library for PHP. Framework agnostic, simple, SOLID and easy to use.
README 文档
README
A framework-agnostic event sourcing system.
The library tries to be as unopinionated as possible, it provides the basic building blocks to implement event sourcing in your application. The library will allow you to keep 3rd party dependencies to a minimum and will not force you to use a specific framework or library. Your aggregates can be free of third party dependencies if you want to go for that style.
It features different ways of extracting information from your aggregates, pick your flavor: Via Attributes (recommended), Interfaces or Reflection. Using a reflection based extractor will allow you to keep your aggregates free of any dependency to this library.
Installation
composer require phauthentic/event-sourcing
Documentation
- What is Event Sourcing?
- The Architecture of this Library
- Make your Aggregates Using Event Sourcing
- Example
- Running Tests
- Other Event Sourcing Libraries
License
Copyright Florian Krämer
Licensed under the MIT license.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-23