simple-bus/doctrine-dbal-bridge
Bridge for using SimpleBus with Doctrine DBAL
v2.0.0
2017-08-28 10:18 UTC
Requires
- php: ^5.6 || ^7.0
- simple-bus/message-bus: ~3.0
- doctrine/dbal: ~2.2
Requires (Dev)
- phpunit/phpunit: ~4.3
- squizlabs/php_codesniffer: ~2.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.