PHPackages                             odolbeau/rabbitmq-graph - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. odolbeau/rabbitmq-graph

ActiveLibrary[Queues &amp; Workers](/categories/queues)

odolbeau/rabbitmq-graph
=======================

Draw a graph from your RabbitMQ definitions.

v1.0.1(12y ago)124MITPHPPHP &gt;=5.3.3

Since Nov 30Pushed 9y ago2 watchersCompare

[ Source](https://github.com/odolbeau/rabbitmq-graph)[ Packagist](https://packagist.org/packages/odolbeau/rabbitmq-graph)[ Docs](http://github.com/odolbeau/rabbitmq-graph)[ RSS](/packages/odolbeau-rabbitmq-graph/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Bab RabbitMqGraph - Represent your RabbitMQ as a graph
======================================================

[](#bab-rabbitmqgraph---represent-your-rabbitmq-as-a-graph)

[![Build Status](https://camo.githubusercontent.com/193a1a8ffb3c3f34e336d21834887a46ac6b31e4680b31cd811935abc56f201c/68747470733a2f2f7472617669732d63692e6f72672f6f646f6c626561752f7261626269746d712d67726170682e706e67)](https://travis-ci.org/odolbeau/rabbitmq-graph)

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

[](#installation)

You need to have `graphviz` installed locally. To install dependency, run `composer install`.

Usage
-----

[](#usage)

This library allow you to create Dot Graph from your RabbitMQ definitions:

```
$client = new Bab\RabbitMqGraph\Client();
$definitions = $client->getDefinitions();
$graph = new Bab\RabbitMqGraph\Graph($definitions);

echo $graph->render();
```

To render the graph (in png for example):

```
php samples/00-basic.php > target/graph.dot
dot -Tpng -otarget/graph.png target/graph.dot

# One line
php samples/00-basic.php > target/graph.dot && dot -Tpng -otarget/graph.png target/graph.dot && open target/graph.png
```

For more information about the DOT command, please see the [Man page](http://www.graphviz.org/cgi-bin/man?dot)

Author
======

[](#author)

Olivier Dolbeau -  -

License
=======

[](#license)

This project is licensed under the MIT License - see the `LICENSE` file for details.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Every ~0 days

Total

2

Last Release

4543d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6662493c184b0ed32978349f4162cac376a2e1026c7f3a06cf1a9565867ecf15?d=identicon)[odolbeau](/maintainers/odolbeau)

---

Top Contributors

[![odolbeau](https://avatars.githubusercontent.com/u/680206?v=4)](https://github.com/odolbeau "odolbeau (18 commits)")

---

Tags

dotrabbitmqgraphvizgraph

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/odolbeau-rabbitmq-graph/health.svg)

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

###  Alternatives

[php-amqplib/php-amqplib

Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.

4.6k125.3M871](/packages/php-amqplib-php-amqplib)[php-amqplib/rabbitmq-bundle

Integrates php-amqplib with Symfony &amp; RabbitMq. Formerly emag-tech-labs/rabbitmq-bundle, oldsound/rabbitmq-bundle.

1.3k20.1M64](/packages/php-amqplib-rabbitmq-bundle)[bunny/bunny

Performant pure-PHP AMQP (RabbitMQ) non-blocking ReactPHP library

7426.5M37](/packages/bunny-bunny)[enqueue/enqueue-bundle

Message Queue Bundle

27615.6M38](/packages/enqueue-enqueue-bundle)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2752.3M7](/packages/bschmitt-laravel-amqp)

PHPackages © 2026

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