Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages