dev-master
9999999-dev https://github.com/awildeep/disque-bundleDisque bundle for Symfony
MIT
The Requires
by Greg Militello
bundle symfony asynchronous messaging disque queueing
Disque bundle for Symfony
Disque workqueue Disque is a distributed message broker. mariano/disque-php disque-php, a Disque PHP library., (*1)
The Awildeep/DisqueBundle is a Symfony2 Bundle that provides an easy way to integrate disque-php with Symfony2, (*2)
Firstly, you do not need this at all., (*3)
mariano/disque-php is perfectly usable in Symfony2 without this bundle. This bundle is only intended to provide some useful integration points with Symfony2:, (*4)
Sure. Or don't. Either way I provide no warranty, guarantee, or promises what-so-ever. However if you like this feel free to patch as needed., (*5)
Almost everything. Currently this bundle only supports basic configuration, and provides a way to access the DisqueServer object via a service. More coming as I need it, or want it., (*6)
``` bash $ php composer.phar require awildeep/disque-bundle ```
``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Awildeep\DisqueBundle\AwildeepDisqueBundle(), ); } ```
``` yaml # app/config/config.yml awildeep_disque: autoconnect: true connection_timeout: 30 servers: primary: server: 127.0.0.1 port: 7711 #password: password #server_2: #server: 172.16.0.1 #port: 7711 #password: password ```
This bundle is under the MIT license. See the complete license., (*7)
Greg Militello, (*8)
Currently none., (*9)
Disque bundle for Symfony
MIT
bundle symfony asynchronous messaging disque queueing