dlakomski / doctrine-orm-bridge
Doctrine ORM bridge for using command and event buses
6.6.1
2026-02-16 11:36 UTC
Requires
- php: ^8.2
- dlakomski/message-bus: ^6.4
- doctrine/dbal: ^3.8.2|^4.0
- doctrine/orm: ^3.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.11
- phpunit/phpunit: ^11.5.46
- pimple/pimple: ^3.5
- symfony/cache: ^6.4.23 || ^7.4
- symfony/phpunit-bridge: ^6.4.23 || ^7.4
Suggests
- dlakomski/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.