2017 © Pedro Peláez
 

symfony-bundle async-dispatcher-bundle

symfony BBITAsyncDispatcherBundle

image

bbit/async-dispatcher-bundle

symfony BBITAsyncDispatcherBundle

  • Thursday, December 22, 2016
  • by whitewhidow
  • Repository
  • 1 Watchers
  • 14 Stars
  • 40,599 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 9 Versions
  • 6 % Grown

The README.md

AsyncDispatcherBundle

SensioLabsInsight knpbundles.com, (*1)

Build Status Coverage Status, (*2)

Latest Stable Version Total Downloads, (*3)

AsyncDispatcherBundle is a simple bundle which provides you with an async event dispatcher, which will store events untill kernel.terminate, and then fire them using the regular event dispatcher., (*4)

Step 1: Download BBITAsyncDispatcherBundle using composer

Add BBITAsyncDispatcherBundle in your composer.json: (use the latest stable, NOT dev-master), (*5)

{
    "require": {
        "bbit/async-dispatcher-bundle": "2.5.0",
    }
}

Now tell composer to download the bundle by running the command:, (*6)

``` bash $ php composer.phar update bbit/async-dispatcher-bundle, (*7)


Composer will install the bundle to your project's `vendor/BBIT` directory. ### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new BBIT\AsyncDispatcherBundle\BBITAsyncDispatcherBundle(), ); }

Usage:

php $dispatcher = $this->container->get('bbit_async_dispatcher.dispatcher'); // get dispatcher service $dispatcher->addAsyncEvent('name_of_the.event', new CustomEvent($entity));, (*8)

More BBIT Bundles:

SqsCommandQueueBundle is a simple bundle, wich you can use, to queue commands on amazon SQS. These can then be processed asynchronously by one or more workers. Latest Stable Version, (*9)

The Versions

22/12 2016

dev-master

9999999-dev

symfony BBITAsyncDispatcherBundle

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

The Development Requires

22/12 2016

2.6

2.6.0.0

symfony BBITAsyncDispatcherBundle

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

The Development Requires

22/12 2016

2.5

2.5.0.0

symfony BBITAsyncDispatcherBundle

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

The Development Requires

15/11 2016

2.4

2.4.0.0

symfony BBITAsyncDispatcherBundle

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

The Development Requires

02/02 2016

2.3

2.3.0.0

symfony BBITAsyncDispatcherBundle

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

The Development Requires

05/05 2015

2.2

2.2.0.0

symfony BBITAsyncDispatcherBundle

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

The Development Requires

08/04 2014

2.1.0

2.1.0.0

symfony BBITAsyncDispatcherBundle

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

The Development Requires

04/04 2014

2.0.0

2.0.0.0

symfony BBITAsyncDispatcherBundle

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

The Development Requires

30/03 2014

1.0.0

1.0.0.0

symfony BBITAsyncDispatcherBundle

  Sources   Download

MIT

The Requires