simple-bus / doctrine-dbal-bridge
Bridge for using SimpleBus with Doctrine DBAL
v6.3.1
2022-01-04 14:37 UTC
Requires
- php: ^8.0
- doctrine/dbal: ^2.12 || ^3.0
- simple-bus/message-bus: ^6.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.11
- phpunit/phpunit: ^9.5.5
- symfony/phpunit-bridge: ^6.0
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.