Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.07 KB

File metadata and controls

20 lines (13 loc) · 1.07 KB

EventSauce Prooph Message Repository

Build Status

Info

This bundle integrates the Prooph Event Store as a message repository for EventSauce.

Whatever prooph event store implementation you want to use is up to yourself.

It's also adviced to read up on both EventSauce and Prooph documentation to make certain both use the strategy (single stream or one stream per aggregate), or you might run into errors.

This library is inspired by the Doctrine Message Repository for EventSauce by Frank de Jonge and borrows the same concept and structure for the tests.

The event store you decide to use must use the SerializablePayloadMessageFactory class if it requires a message factory.

License

This bundle is under the MIT license. See the complete license in the code.