PHPackages                             richardfullmer/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. richardfullmer/rabbitmq-management-api

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

richardfullmer/rabbitmq-management-api
======================================

An object oriented wrapper for the RabbitMQ Management HTTP Api

2.1.0(5y ago)39730.6k—6.9%38[3 PRs](https://github.com/richardfullmer/php-rabbitmq-management-api/pulls)8MITPHPPHP &gt;=5.4

Since May 23Pushed 4y ago3 watchersCompare

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

READMEChangelog (5)Dependencies (6)Versions (8)Used By (8)

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)

```
