dlakomski / doctrine-orm-bridge
Doctrine ORM bridge for using command and event buses
Installs: 0
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 0
Forks: 11
pkg:composer/dlakomski/doctrine-orm-bridge
Requires
- php: ^8.2
- dlakomski/message-bus: ^6.4
- doctrine/dbal: ^3.0
- doctrine/orm: ^2.15
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.