PHPackages                             socloz/nsq-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. socloz/nsq-bundle

ActiveLibrary[Queues &amp; Workers](/categories/queues)

socloz/nsq-bundle
=================

Message queuing bundle for Symfony2 based on nsqphp

330.5k4[1 issues](https://github.com/SoCloz/NsqBundle/issues)[1 PRs](https://github.com/SoCloz/NsqBundle/pulls)PHP

Since Jun 30Pushed 9y ago17 watchersCompare

[ Source](https://github.com/SoCloz/NsqBundle)[ Packagist](https://packagist.org/packages/socloz/nsq-bundle)[ RSS](/packages/socloz-nsq-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

SoclozNsqBundle
===============

[](#socloznsqbundle)

This bundle allow your Symfony2 application to work with [NSQ](https://github.com/bitly/nsq) queuing system. It is a very light wrapper over [NSQPHP](https://github.com/davegardnerisme/nsqphp) (NSQ client library for PHP).

Installation
------------

[](#installation)

### Add the dependency in your composer.json

[](#add-the-dependency-in-your-composerjson)

```
{
    "require": {
        "socloz/nsq-bundle": "dev-master"
    }
}
```

### Enable the bundle in your application kernel

[](#enable-the-bundle-in-your-application-kernel)

```
