dlakomski / symfony-bridge
Bridge for using command buses and event buses in Symfony projects
Installs: 0
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 0
Forks: 23
Type:symfony-bundle
pkg:composer/dlakomski/symfony-bridge
Requires
- php: ^8.2
- dlakomski/message-bus: ^6.4
- symfony/config: ^6.4.23 || ^7.4.1
- symfony/dependency-injection: ^6.4.23 || ^7.4
- symfony/http-kernel: ^6.4.23 || ^7.4
- symfony/yaml: ^6.4.23 || ^7.4
Requires (Dev)
- dlakomski/doctrine-orm-bridge: ^6.4
- doctrine/doctrine-bundle: ^2.5
- doctrine/orm: ^2.15
- ergebnis/composer-normalize: ^2.11
- laminas/laminas-code: ^4.5
- phpunit/phpunit: ^11.5.46
- symfony/framework-bundle: ^6.4.23 || ^7.4
- symfony/monolog-bridge: ^6.4.23 || ^7.4
- symfony/monolog-bundle: ^3.8
- symfony/phpunit-bridge: ^6.4.23 || ^7.4
Suggests
- dlakomski/doctrine-orm-bridge: For integration with Doctrine ORM
- doctrine/doctrine-bundle: For integration with Doctrine ORM
- doctrine/orm: For integration with Doctrine ORM
- symfony/monolog-bundle: For logging messages
Conflicts
- doctrine/dbal: <2.13.3
- doctrine/persistence: <2.2.2
- monolog/monolog: <1.26.1 || >=2.0,<2.3.0
- zendframework/zend-code: <3.3.1
README
By Matthias Noback, Cliff Odijk, Ruud Kamphuis
This package contains the following bundles which can be used to integrate SimpleBus/MessageBus with a Symfony application:
Are you upgrading from a previous version? Read the upgrade guide.