php composer require saq/rabbitmq-queue-bundle
{ "require" : { "saq/rabbitmq-queue-bundle": "~1.0" } }и затем обновить composer командой
php composer update
Добавляем в файл app/AppKernel.php строку вида
// app/AppKernel.php public function registerBundles() { // ... $bundles[] = new Saq\RabbitMqQueueBundle\RabbitMqQueueBundle(); // ... }