simple-bus / doctrine-orm-bridge
Doctrine ORM bridge for using command and event buses
v5.1.0
2020-01-03 07:56 UTC
Requires
- php: ^7.3
- doctrine/orm: ^2.7
- simple-bus/message-bus: ^3.0
Requires (Dev)
Suggests
- simple-bus/symfony-bridge: Bridge for using command buses and event buses with Symfony
README
By Matthias Noback, Cliff Odijk, Ruud Kamphuis
This package provides command bus middlewares that can be used to integrate SimpleBus/MessageBus with Doctrine ORM.
It provides an easy way to wrap command handling in a database transaction and handle domain events generated by entities.