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

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

mammutgroup/rabbitmq-management-api
===================================

An Laravel wrapper for the RabbitMQ Management HTTP Api

v1.4.0(9y ago)261MITPHPPHP &gt;=5.4

Since Nov 29Pushed 9y ago1 watchersCompare

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

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

Laravel RabbitMQ Management Api
===============================

[](#laravel-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.

### Requirements:

[](#requirements)

- php ~5.4.\*

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

[](#installation)

Installable through composer via:
=================================

[](#installable-through-composer-via)

First add package name to your composer requirements

```
"require": {
    "mammutgroup/rabbitmq-management-api": "dev"
}
```

Next, update Composer from the Terminal:

> composer update

Next, add your new provider to the providers array of config/app.php:

```
'providers' => [
    // ...
    Markup\RabbitMq\RabbitManagerServiceProvider::class
    // ...
  ]
```

Next, add class alias to the aliases array of config/app.php:

```
'aliases' => [
   // ...
      'RabbitManager' => Markup\RabbitMq\Facades\RabbitManager::class,
    // ...
]
```

Finally, run:

> php artisan vendor:publish

Ho to use:
==========

[](#ho-to-use)

```
  \RabbitManager::users()->all();
```

License
-------

[](#license)

php-rabbitmq-management-api is licensed under the MIT License - see the LICENSE file for details

Credits
-------

[](#credits)

Structure from [KnpLabs php-github-api](https://github.com/KnpLabs/php-github-api)Rabbit's [Excellent Message Queue](https://www.rabbitmq.com/)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~32 days

Recently: every ~41 days

Total

6

Last Release

3285d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d52dc9ec36ceee99b471a00444069c98a1613aa85a369a89cbc144e42303f2d9?d=identicon)[honarkhah](/maintainers/honarkhah)

---

Top Contributors

[![calumbrodie](https://avatars.githubusercontent.com/u/459459?v=4)](https://github.com/calumbrodie "calumbrodie (11 commits)")[![honarkhah](https://avatars.githubusercontent.com/u/904829?v=4)](https://github.com/honarkhah "honarkhah (10 commits)")[![richardfullmer](https://avatars.githubusercontent.com/u/384602?v=4)](https://github.com/richardfullmer "richardfullmer (5 commits)")[![sayadaazami](https://avatars.githubusercontent.com/u/11436168?v=4)](https://github.com/sayadaazami "sayadaazami (2 commits)")[![bigwhoop](https://avatars.githubusercontent.com/u/242589?v=4)](https://github.com/bigwhoop "bigwhoop (1 commits)")[![rbunce](https://avatars.githubusercontent.com/u/1913028?v=4)](https://github.com/rbunce "rbunce (1 commits)")

---

Tags

laravelrestrabbitmqmessage queue

### Embed Badge

![Health badge](/badges/mammutgroup-rabbitmq-management-api/health.svg)

```
[![Health](https://phpackages.com/badges/mammutgroup-rabbitmq-management-api/health.svg)](https://phpackages.com/packages/mammutgroup-rabbitmq-management-api)
```

###  Alternatives

[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[richardfullmer/rabbitmq-management-api

An object oriented wrapper for the RabbitMQ Management HTTP Api

39730.6k8](/packages/richardfullmer-rabbitmq-management-api)[cybercog/youtrack-rest-php

YouTrack REST API PHP Client.

37149.2k3](/packages/cybercog-youtrack-rest-php)[dreamfactory/df-core

DreamFactory(tm) Core Components

1651.7k20](/packages/dreamfactory-df-core)[ivanmitrikeski/laravel-shipping

Shipping package for Laravel. Supported providers: CanadaPost, USPS, UPS, FedEx and Purolator.

206.8k2](/packages/ivanmitrikeski-laravel-shipping)[laragear/api-manager

Manage multiple REST servers to make requests in few lines and fluently.

161.8k](/packages/laragear-api-manager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
