浏览代码

Merge pull request #539 from sandrokeil/prooph

add prooph components for event sourcing and message bus
pull/615/head
Jad Bitar 9 年前
父节点
当前提交
a39e81ca2c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      README.md

+ 2
- 0
README.md 查看文件

448
 * [Event](https://github.com/thephpleague/event) - An event library with a focus on domain events.
448
 * [Event](https://github.com/thephpleague/event) - An event library with a focus on domain events.
449
 * [Cake Event](https://github.com/cakephp/event) - An event dispatcher library (CP).
449
 * [Cake Event](https://github.com/cakephp/event) - An event dispatcher library (CP).
450
 * [Broadway](https://github.com/qandidate-labs/broadway) - An event source and CQRS library.
450
 * [Broadway](https://github.com/qandidate-labs/broadway) - An event source and CQRS library.
451
+* [Prooph Event Store](https://github.com/prooph/event-store) - An event source component to persist event messages
451
 
452
 
452
 ## Logging
453
 ## Logging
453
 *Libraries for generating and working with log files.*
454
 *Libraries for generating and working with log files.*
741
 * [Alias](https://github.com/fuelphp/alias) - A class aliasing library.
742
 * [Alias](https://github.com/fuelphp/alias) - A class aliasing library.
742
 * [Cake Utility](https://github.com/cakephp/utility) - Utility classes such as Inflector, String, Hash, Security and Xml (CP).
743
 * [Cake Utility](https://github.com/cakephp/utility) - Utility classes such as Inflector, String, Hash, Security and Xml (CP).
743
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
744
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
745
+* [Prooph Service Bus](https://github.com/prooph/service-bus) - Lightweight message bus supporting CQRS and Micro Services
744
 
746
 
745
 # Software
747
 # Software
746
 *Software for creating a development environment.*
748
 *Software for creating a development environment.*

正在加载...
取消
保存