crutch/producer-amqp

AMQP protocol producer

v1.0.0 2023-01-19 11:40 UTC

This package is not auto-updated.

Last update: 2024-04-26 03:06:19 UTC


README

AMQP protocol producer

Install

composer require crutch/producer-amqp
<?php

$producer = new Crutch\AmqpProducer\AmqpProducer('localhost', 5672, 'user', 'password');
$producer->produce('message 1', 'one');