Integrate the AMQP library with you Symfony application.
For easy development you can use the Docker.
$ docker build -t amqp-bundle .
$ docker run -it \
--name amqp-bundle \
-v $(pwd):/code \
amqp-bundle bash
After success run and attach to container you must install vendors:
$ composer installBefore create the PR or merge into develop, please run next commands for validate code:
$ ./bin/phpunit
$ ./bin/phpcs --config-set show_warnings 0
$ ./bin/phpcs --standard=vendor/escapestudios/symfony2-coding-standard/Symfony/ src/
$ ./bin/phpcs --standard=tests/phpcs-ruleset.xml tests/