simple-bus / doctrine-orm-bridge
Doctrine ORM bridge for using command and event buses
v6.3.1
2022-01-04 14:37 UTC
Requires
- php: ^8.0
- doctrine/dbal: ^2.12 || ^3.0
- doctrine/orm: ^2.8.5
- simple-bus/message-bus: ^6.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.11
- phpunit/phpunit: ^9.5.5
- pimple/pimple: ^3.5
- symfony/cache: ^5.4 || ^6.0
- symfony/phpunit-bridge: ^6.0
Suggests
- simple-bus/symfony-bridge: Bridge for using command buses and event buses with Symfony
Conflicts
- doctrine/dbal: <2.13.3
- doctrine/persistence: <2.2.2
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.