Symfony bundle to integrate Broadway into your Symfony application.
The easiest way to install and configure the BroadwayBundle with Symfony is by using Symfony Flex:
$ composer require symfony/flex ^1.0
$ composer config extra.symfony.allow-contrib true
$ composer require broadway/broadway-bundle
Symfony Flex will automatically register and configure the bundle.
By default in-memory implementations of the event store and read models are used.
You can install one of the persistent implementations as described in the
Event store
and Read model
sections of the documentation.
You can find detailed documentation of the Broadway bundle on broadway.github.io/broadway-bundle.
Feel free to join #qandidate on freenode with questions and remarks!