PHPackages                             clivern/rabbitmq-hole - 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. clivern/rabbitmq-hole

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

clivern/rabbitmq-hole
=====================

RabbitMQ HTTP API Client In PHP.

1.0.0(4y ago)05[1 issues](https://github.com/Clivern/rabbitmq-hole/issues)[2 PRs](https://github.com/Clivern/rabbitmq-hole/pulls)MITPHPPHP &gt;=7.4CI failing

Since Oct 21Pushed 2w ago1 watchersCompare

[ Source](https://github.com/Clivern/rabbitmq-hole)[ Packagist](https://packagist.org/packages/clivern/rabbitmq-hole)[ Docs](https://github.com/clivern/rabbitmq-hole)[ GitHub Sponsors](https://github.com/clivern)[ RSS](/packages/clivern-rabbitmq-hole/feed)WikiDiscussions main Synced 6d ago

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

 [![rabbitmq-hole Logo](/assets/img/gopher.png?v=1.0.0)](/assets/img/gopher.png?v=1.0.0)

### RabbitMQ Hole

[](#rabbitmq-hole)

RabbitMQ HTTP API Client In PHP

 [ ![](https://github.com/clivern/rabbitmq-hole/actions/workflows/php.yml/badge.svg) ](https://github.com/clivern/rabbitmq-hole/actions/workflows/php.yml) [ ![](https://camo.githubusercontent.com/75b335404af7021c7bdfd0a5313ff3ce694485b693e7a623b02637ca9749eba9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f56657273696f6e2d312e302e302d7265642e737667) ](https://packagist.org/packages/clivern/rabbitmq-hole) [ ![](https://camo.githubusercontent.com/128887c51de1fa9a4ddc82f3643a3a773f1ad69e88f9ed68ffe4ddcc8667cc6a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c4943454e53452d4d49542d6f72616e67652e737667) ](https://github.com/Clivern/rabbitmq-hole/blob/master/LICENSE)

Documentation
-------------

[](#documentation)

### Installation:

[](#installation)

To install the package via `composer`, use the following:

```
$ composer require clivern/rabbitmq-hole
```

This command requires you to have `composer` installed globally.

### Usage:

[](#usage)

To use the generic `API` client.

```
include_once __DIR__ . "/vendor/autoload.php";

use Clivern\RabbitMQHole\Client;
use Clivern\RabbitMQHole\Queues;

$client = new Client("http://rabbitmq.com:15672", "guest", "guest");
```

To use the `Queue` client.

```
$client = new Client("http://rabbitmq.com:15672", "guest", "guest");
$queues = new Queues($client);

# To get queues list
$queues->getQueues(); // [{....}]
```

Here is the full [API documentation for RabbitMQ v3.9.8](https://rawcdn.githack.com/rabbitmq/rabbitmq-server/v3.9.8/deps/rabbitmq_management/priv/www/api/index.html)

Versioning
----------

[](#versioning)

For transparency into our release cycle and in striving to maintain backward compatibility, rabbitmq-hole is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.

See the [Releases section of our GitHub project](https://github.com/clivern/rabbitmq-hole/releases) for changelogs for each release version of rabbitmq-hole. It contains summaries of the most noteworthy changes made in each release.

Bug tracker
-----------

[](#bug-tracker)

If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at

Security Issues
---------------

[](#security-issues)

If you discover a security vulnerability within rabbitmq-hole, please send an email to

Contributing
------------

[](#contributing)

We are an open source, community-driven project so please feel free to join us. see the [contributing guidelines](CONTRIBUTING.md) for more details.

License
-------

[](#license)

© 2021, clivern. Released under [MIT License](https://opensource.org/licenses/mit-license.php).

**rabbitmq-hole** is authored and maintained by [@clivern](http://github.com/clivern).

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance63

Regular maintenance activity

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.3% of commits — single point of failure

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

Unknown

Total

1

Last Release

1669d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6972371682cd4255285c19cb35f05151468506019b13374b14f305f5926107d6?d=identicon)[clivern](/maintainers/clivern)

---

Top Contributors

[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (7 commits)")[![Clivern](https://avatars.githubusercontent.com/u/1634427?v=4)](https://github.com/Clivern "Clivern (5 commits)")

---

Tags

rabbit-holerabbitmq-apirabbitmq-clientrabbitmq-sdkclivernrabbitmq-hole

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/clivern-rabbitmq-hole/health.svg)

```
[![Health](https://phpackages.com/badges/clivern-rabbitmq-hole/health.svg)](https://phpackages.com/packages/clivern-rabbitmq-hole)
```

###  Alternatives

[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)[meteocontrol/vcom-api-client

HTTP Client for meteocontrol's VCOM API - The VCOM API enables you to directly access your data on the meteocontrol platform.

175.7k1](/packages/meteocontrol-vcom-api-client)

PHPackages © 2026

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