PHPackages                             bbit/sqs-command-queue-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. bbit/sqs-command-queue-bundle

ActiveSymfony-bundle[Queues &amp; Workers](/categories/queues)

bbit/sqs-command-queue-bundle
=============================

symfony BBITSqsCommandQueueBundle

v1.0(10y ago)44.2k[3 issues](https://github.com/BranchBit/SqsCommandQueueBundle/issues)MITPHPPHP &gt;=5.3.2

Since Oct 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/BranchBit/SqsCommandQueueBundle)[ Packagist](https://packagist.org/packages/bbit/sqs-command-queue-bundle)[ RSS](/packages/bbit-sqs-command-queue-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

SqsCommandQueueBundle
=====================

[](#sqscommandqueuebundle)

[![Latest Stable Version](https://camo.githubusercontent.com/54e2632b2aafe5853bb27250e46f06eb3a00256244ba7e789ee4c5b5e795577b/68747470733a2f2f706f7365722e707567782e6f72672f626269742f7371732d636f6d6d616e642d71756575652d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/bbit/sqs-command-queue-bundle)

SqsCommandQueueBundle is a simple bundle, wich you can use, to **queue commands on amazon SQS**. This bundle then provides a worker, wich can be run on **several servers**, and will execute the commands, on one of the **several workers**.

### Step 1: Download BBITSqsCommandQueueBundle using composer

[](#step-1-download-bbitsqscommandqueuebundle-using-composer)

Add BBITSqsCommandQueueBundle in your composer.json:

```
{
    "require": {
        "bbit/sqs-command-queue-bundle": "dev-master",
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update bbit/sqs-command-queue-bundlee
```

Composer will install the bundle to your project's `vendor/BBIT` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
