Skip to content

broadway/broadway-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.
Apr 3, 2024
Aug 28, 2018
Jun 16, 2023
Jun 16, 2023
Mar 6, 2020
Jun 4, 2021
Dec 20, 2021
Feb 22, 2017
Mar 6, 2020
Jun 4, 2021
Nov 16, 2024
Dec 12, 2017
Mar 27, 2024
Dec 20, 2021
Feb 17, 2020

Repository files navigation

Broadway Bundle

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!