davidmaes/rabbitmq

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

Installs: 872

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/davidmaes/rabbitmq

2.0.0 2021-04-10 17:38 UTC

This package is not auto-updated.

Last update: 2025-10-05 12:46:21 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