Download the PHP package prooph/prooph-service-bus-module without Composer
On this page you can find all versions of the php package prooph/prooph-service-bus-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download prooph/prooph-service-bus-module
More information about prooph/prooph-service-bus-module
Files in prooph/prooph-service-bus-module
Package prooph-service-bus-module
Short Description Zend Framework 2 Module for ProophServiceBus
License BSD-3-Clause
Homepage https://github.com/prooph/ProophServiceBusModule
Informations about the package prooph-service-bus-module
ProophServiceBusModule
[deprecated] Zend Framework 2 Module for ProophServiceBus. This module only support ProophServiceBus <= 2.x. If you want to use PSB v3+ with ZF2 then checkout proophessor
Installation
You can install ProophServiceBusModule via composer by adding "prooph/prooph-service-bus-module": "~1.0"
as requirement to your composer.json.
Post installation
Enabling it in your application.config.php
file.
Configuration
Copy the prooph.servicebus.global.php to your
config/autoload
directory and adjust the config to meet your needs.
Retrieve A ProophServiceBus
The command bus can be retrieved from ServiceManager by using the alias prooph.psb.command_bus
The event bus can be retrieved from ServiceManager by using the alias prooph.psb.event_bus
All versions of prooph-service-bus-module with dependencies
prooph/service-bus Version ~2.0
zendframework/zend-loader Version ~2.3
zendframework/zend-servicemanager Version ~2.3
zendframework/zend-modulemanager Version ~2.3
zendframework/zend-mvc Version ~2.3
zendframework/zend-serializer Version ~2.3