davidmaes / rabbitmq
Installs: 872
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/davidmaes/rabbitmq
Requires
- ext-json: *
- php-amqplib/php-amqplib: ^3.0.0
Requires (Dev)
- phpunit/phpunit: ^9.0
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