PHPackages                             workdevelop/rabbitmq-management-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. workdevelop/rabbitmq-management-api

ActiveLibrary[HTTP &amp; Networking](/categories/http)

workdevelop/rabbitmq-management-api
===================================

An object oriented wrapper for the RabbitMQ Management HTTP Api

v3.0.2(5y ago)112.7k↓100%MITPHPPHP &gt;=7.1

Since May 23Pushed 5y agoCompare

[ Source](https://github.com/workdevelop/php-rabbitmq-management-api)[ Packagist](https://packagist.org/packages/workdevelop/rabbitmq-management-api)[ Docs](https://github.com/workdevelop/php-rabbitmq-management-api)[ RSS](/packages/workdevelop-rabbitmq-management-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (6)Versions (11)Used By (0)

PHP RabbitMQ Management Api
===========================

[](#php-rabbitmq-management-api)

A simple object oriented wrapper for the [RabbitMQ Management HTTP Api](http://hg.rabbitmq.com/rabbitmq-management/raw-file/rabbitmq_v3_0_3/priv/www/api/index.html) in PHP 5.3

Uses [PHP-HTTP](http://docs.php-http.org/en/latest/index.html) for requests.

Installation
------------

[](#installation)

Installable through composer via:

```
$ composer require richardfullmer/rabbitmq-management-api
```

Additionally, you require a [httplug compatible client](http://docs.php-http.org/en/latest/clients.html).

For example, use the guzzle6 adapter:

```
$ composer require php-http/guzzle6-adapter
```

Basic Usage
-----------

[](#basic-usage)

```
