dlakomski / doctrine-dbal-bridge
Bridge for using SimpleBus with Doctrine DBAL
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
pkg:composer/dlakomski/doctrine-dbal-bridge
Requires
- php: ^8.2
- dlakomski/message-bus: ^6.4
- doctrine/dbal: ^3.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.