This library allows you to execute commands when RabbitMQ queues message counts match conditions.
This library package requires PHP 7.1 or later
The recommended way to install is through Composer.
# Install Composer
curl -sS https://getcomposer.org/installer | php
Next, run the Composer command to install the latest version:
composer require pmill/rabbit-rabbit
There are example usage scripts in the examples/
folder. The following integrations can also be used:
Integration | Url |
---|---|
Amazon CloudWatch | https://github.com/pmill/rabbit-rabbit-cloudwatch |
Amazon ECS | https://github.com/pmill/rabbit-rabbit-ecs |
Slack | https://github.com/pmill/rabbit-rabbit-slack |
StatsD | https://github.com/pmill/rabbit-rabbit-statsd |
0.1.1 (16/04/2018)
- Added unit tests
0.1.0 (12/04/2018)
- First public release of rabbit-rabbit
pmill/rabbit-rabbit Copyright (c) 2018 pmill ([email protected]) All rights reserved.