simple-bus / doctrine-dbal-bridge
Bridge for using SimpleBus with Doctrine DBAL
Installs: 3 814
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
pkg:composer/simple-bus/doctrine-dbal-bridge
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.