2017 © Pedro Peláez
 

project service-bus-bundle

image

wakeonweb/service-bus-bundle

  • Monday, March 26, 2018
  • by steph_py
  • Repository
  • 2 Watchers
  • 0 Stars
  • 2,360 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 138 % Grown

The README.md

ServiceBusBundle

Based on prooph/service-bus-symfony-bundle, this bundle add some extras to prooph service bus., (*1)

Install

Add packages to composer.json, (*2)

    "require": {
        "wakeonweb/service-bus-bundle": "^0.2.1",
        ..
    }

Register bundles in AppKernel.php, (*3)

    new Prooph\Bundle\ServiceBus\ProophServiceBusBundle(),
    new WakeOnWeb\ServiceBusBundle\App\Bundle\WakeonwebServiceBusBundle()

Then, your config.yml., (*4)

prooph_service_bus:
  command_buses:
    synchronous_command_bus:
      router:
        type: 'prooph_service_bus.command_bus_router'

You can deal with prooph bus:, (*5)

$bus = $container->get('prooph_service_bus.synchronous_command_bus');
$bus->dispatch(Acme\Foo\Command\RenameUser::withData('uuid here ...', 'john', 'doe'));

This was the prooph part, now:, (*6)

The Versions

26/03 2018

dev-master

9999999-dev

  Sources   Download

The Requires

 

26/03 2018

0.3.2

0.3.2.0

  Sources   Download

The Requires

 

23/03 2018

dev-di-compilation-issue

dev-di-compilation-issue

  Sources   Download

The Requires

 

22/03 2018

0.3.1

0.3.1.0

  Sources   Download

The Requires

 

08/02 2018

0.3.0

0.3.0.0

  Sources   Download

The Requires

 

12/01 2018

0.2.2

0.2.2.0

  Sources   Download

The Requires

 

12/01 2018

dev-fix/symfony3.4-compat

dev-fix/symfony3.4-compat

  Sources   Download

The Requires

 

08/01 2018

0.2.1

0.2.1.0

  Sources   Download

The Requires