davidmaes/rabbitmq

There is no license information available for the latest version (2.0.0) of this package.

2.0.0 2021-04-10 17:38 UTC

This package is not auto-updated.

Last update: 2024-04-07 06:10:25 UTC


README

A RabbitMQ database library that makes communication with RabbitMQ a bit easier.

Getting Started

Prerequisites

You will need docker and docker-compose to run the tests in this library.

Installation

Just run the included composer when you first install it.

docker-compose run php composer install

Running the tests

docker-compose run php vendor/bin/phpunit

Deployment

To add this library to your application, install it with Composer

composer require davidmaes/rabbitmq