Skip to content

groall/rabbitmq-http-api-client-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple RabbitMQ Management API PHP Client

This library is intended to help manage of RabbitMQ server in a PHP application.

RabbitMQ Management API provided by the RabbitMQ Management Plugin

Install

composer require groall/rabbitmq-http-api-client-php

Quick start

$client = new \RabbitMqHttpApiClient('localhost', 15672, 'login', 'password');
$queueInfo = $client->queueInfo('/', 'queueName');

About

Simple Rabbit MQ HTTP API PHP client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages