Skip to content

A PHP RabbitMQ library to run commands when queue count matches a condition

Notifications You must be signed in to change notification settings

pmill/rabbit-rabbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pmill/rabbit-rabbit

Build Status Scrutinizer Code Quality Code Coverage

Introduction

This library allows you to execute commands when RabbitMQ queues message counts match conditions.

Requirements

This library package requires PHP 7.1 or later

Installation

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

Usage

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

Version History

0.1.1 (16/04/2018)

  • Added unit tests

0.1.0 (12/04/2018)

  • First public release of rabbit-rabbit

Copyright

pmill/rabbit-rabbit Copyright (c) 2018 pmill ([email protected]) All rights reserved.

About

A PHP RabbitMQ library to run commands when queue count matches a condition

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages