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

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

tsterker/rabbitmq-management-api
================================

An object oriented wrapper for the RabbitMQ Management HTTP Api

2.3.0(5y ago)07.9k1MITPHPPHP &gt;=5.6

Since May 23Pushed 5y agoCompare

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

READMEChangelogDependencies (2)Versions (12)Used By (1)

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.5.

Forked from 'richardfullmer/php-rabbitmq-management-api' in order to modernize the code and add tests.

Uses [Guzzle](http://guzzlephp.org) for REST requests.

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

[](#installation)

Installable through composer via:

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

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

[](#basic-usage)

```
