Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 270 Bytes

File metadata and controls

8 lines (6 loc) · 270 Bytes

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');