dlakomski / doctrine-dbal-bridge
Bridge for using SimpleBus with Doctrine DBAL
6.6.1
2026-02-16 11:35 UTC
Requires
- php: ^8.2
- dlakomski/message-bus: ^6.4
- doctrine/dbal: ^3.8.2|^4.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.11
- phpunit/phpunit: ^11.5.46
- symfony/phpunit-bridge: ^6.4.23 || ^7.4
README
This package provides a command bus middleware that can be used to integrate SimpleBus/MessageBus with Doctrine DBAL.
It provides an easy way to wrap command handling in a database transaction.