avallac/silex-rabbit-component

A Silex component for working with RabbitMQ

v3.1.0 2020-03-30 00:40 UTC

This package is not auto-updated.

Last update: 2024-04-23 18:54:03 UTC


README

silex-rabbit-component is a Silex service provider for working with Rabbit.

Installation

Install the silex-rabbit-component using composer. This project uses sematic versioning.

composer require avallac/silex-rabbit-component "~2.0"

Parameters

Services

  • rabbitChannel: An instance of Rabbit Channel

Registering

$app->register(new RabbitChannelProvider());

JSON Validation