blablacar / worker-lib
Worker lib for BlaBlaCar
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 73
Forks: 1
Open Issues: 0
pkg:composer/blablacar/worker-lib
Requires
- php: >=5.3.3
- ext-amqp: *
- monolog/monolog: >=1.6
- symfony/console: >=2.2
README
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.