Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplebus/symfony-bridge
[READ ONLY] Bridge for using command buses and event buses in Symfony projects. Full documentation can be found here:
https://github.com/simplebus/symfony-bridge
php simplebus symfony
Last synced: about 2 hours ago
JSON representation
[READ ONLY] Bridge for using command buses and event buses in Symfony projects. Full documentation can be found here:
- Host: GitHub
- URL: https://github.com/simplebus/symfony-bridge
- Owner: SimpleBus
- License: mit
- Created: 2014-11-07T10:26:28.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T14:44:37.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T17:37:49.265Z (19 days ago)
- Topics: php, simplebus, symfony
- Language: PHP
- Homepage: http://docs.simplebus.io/
- Size: 744 KB
- Stars: 131
- Watchers: 9
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleBus/SymfonyBridge
[![Tests Actions Status](https://github.com/SimpleBus/SimpleBus/workflows/Tests/badge.svg)](https://github.com/SimpleBus/SimpleBus/actions)
By [Matthias Noback](http://php-and-symfony.matthiasnoback.nl/), Cliff Odijk, Ruud Kamphuis
This package contains the following bundles which can be used to integrate
[SimpleBus/MessageBus](https://github.com/SimpleBus/MessageBus) with a Symfony application:- [CommandBusBundle](http://simplebus.github.io/SymfonyBridge/doc/command_bus_bundle.html)
- [EventBusBundle](http://simplebus.github.io/SymfonyBridge/doc/event_bus_bundle.html)
- [DoctrineORMBridgeBundle](http://simplebus.github.io/SymfonyBridge/doc/doctrine_orm_bridge_bundle.html)Are you upgrading from a previous version? Read the [upgrade
guide](http://simplebus.github.io/SymfonyBridge/doc/upgrade_guide.html).Resources
---------* [Report issues](https://github.com/SimpleBus/SimpleBus/issues) and
[send Pull Requests](https://github.com/SimpleBus/SimpleBus/pulls)
in the [main SimpleBus repository](https://github.com/SimpleBus/SimpleBus)