Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

blablacar/worker-lib

Repository files navigation

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.