broadway/broadway-bundle

Symfony bundle for broadway/broadway.

Installs: 734 489

Dependents: 7

Suggesters: 4

Security: 0

Stars: 63

Watchers: 6

Forks: 21

Open Issues: 2

Type:symfony-bundle

0.6.1 2021-12-20 12:55 UTC

README

Symfony bundle to integrate Broadway into your Symfony application.

build status

Installation

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.

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!