2017 © Pedro Peláez
 

library rabbitmq-graph

Draw a graph from your RabbitMQ definitions.

image

odolbeau/rabbitmq-graph

Draw a graph from your RabbitMQ definitions.

  • Wednesday, September 21, 2016
  • by odolbeau
  • Repository
  • 2 Watchers
  • 1 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Bab RabbitMqGraph - Represent your RabbitMQ as a graph

Build Status, (*1)

Installation

You need to have graphviz installed locally. To install dependency, run composer install., (*2)

Usage

This library allow you to create Dot Graph from your RabbitMQ definitions:, (*3)

$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):, (*4)

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, (*5)

Author

Olivier Dolbeau - odolbeau@gmail.com - http://odolbeau.fr
, (*6)

License

This project is licensed under the MIT License - see the LICENSE file for details., (*7)

The Versions

21/09 2016

dev-master

9999999-dev http://github.com/odolbeau/rabbitmq-graph

Draw a graph from your RabbitMQ definitions.

  Sources   Download

MIT

The Requires

 

The Development Requires

dot graphviz rabbitmq graph

30/11 2013

v1.0.1

1.0.1.0 http://github.com/odolbeau/rabbitmq-graph

Draw a graph from your RabbitMQ definitions.

  Sources   Download

MIT

The Requires

 

The Development Requires

dot graphviz rabbitmq graph

30/11 2013

v1.0.0

1.0.0.0 http://github.com/odolbeau/rabbitmq-graph

Draw a graph from your RabbitMQ definitions.

  Sources   Download

MIT

The Requires

 

The Development Requires

dot graphviz rabbitmq graph