Skip to content

educlever/rabbitmq-http-api-client-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple RabbitMQ Manager API PHP Client

This library is intended to help management of RabbitMQ server in an PHP application.

$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

 
 
 

Contributors

Languages

  • PHP 100.0%