envoylope/amqp-symfony

Installs: 1 350

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

v0.1.0 2024-04-30 17:14 UTC

This package is auto-updated.

Last update: 2024-10-21 01:07:27 UTC


README

Build Status

Integrates PHP AMQP-Compat into a Symfony application.

Usage

Install this package with Composer as a Nytris Symfony bundle plugin:

$ composer install envoylope/amqp-symfony nytris/bundle

Configuring the bundle

This plugin will be loaded automatically by Nytris Bundle.

config/packages/amqp.yaml:

php_amqp_compat:
    logger:
        channel: amqp_compat

See also