Mezzio: Symfony-Messenger-Bridge

This package is a plugin for the Mezzio framework and injects the Symfony/Messenger as good as possible into it.

Take a look in the “How to use the bridge” section for examples.

Installation

With composer run the following statement:

$ composer require skript-manufaktur/mezzio-messenger-bridge

Open the config/config.php and add following line before the App\ConfigProvider::class:

MessageBus\ConfigProvider::class,

Copy the configuration example in vendor/skript-manufaktur/mezzio-messenger-bridge/messagebus.global.php.dist to config/autoload/messagebus.global.php or insert its content into your config/autoload/local.php. Then update it to your needs.

You may also copy or link the binary console to bin/message-bus or just use it from the vendor/bin directory.