blablacar/worker-lib

Worker lib for BlaBlaCar


Keywords
AMQP, worker
License
MIT

Documentation

README

Build Status

Description

Simple library to consume your AMQP messages.

Installation

Add the library to your application's composer.json file:

{
    "require": {
        "blablacar/worker-lib": "1.0.*"
    }
}

Launch tests

Once you have a working RabbitMQ running on local and PHPUnit installed, you can simply launch

./tests.sh

Tests will delete you "/" vhost.