2017 © Pedro Peláez
 

library zf2-rabbitmq-eventbus-module

Zend 2 event bus module using rabbitmq

image

alpust/zf2-rabbitmq-eventbus-module

Zend 2 event bus module using rabbitmq

  • Tuesday, June 6, 2017
  • by alpust
  • Repository
  • 3 Watchers
  • 3 Stars
  • 387 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Installation

  1. Install server sudo apt-get install rabbitmq-server, (*1)

  2. Install amqp lib, (*2)

sudo apt-get install librabbitmq-dev librabbitmq1

or, (*3)

 git clone git://github.com/alanxz/rabbitmq-c.git
 cd rabbitmq-c
 # Enable and update the codegen git submodule
 git submodule init
 git submodule update
 # Configure, compile and install
 autoreconf -i && ./configure && make && sudo make install
  1. Install and enable php amqp extension pecl install amqp, (*4)

  2. Require this vendor in your composer.json, make composer update and add EventBus in application.config.php in modules., (*5)

Configuration

Copy src/EventBus/PortAdapter/ZF2/config/amqp.local.php.dist from vendor to your config/autoload and rename it to amqp.local.php. Then change settings if necessary., (*6)

Usage

Will be there soon..., (*7)

The Versions

06/06 2017

dev-master

9999999-dev

Zend 2 event bus module using rabbitmq

  Sources   Download

MIT

The Requires

 

The Development Requires

by Paul Churilov

rabbitmq zf2 module amqp event-bus

01/09 2015

dev-messageBus

dev-messageBus

Zend 2 event bus module using rabbitmq

  Sources   Download

MIT

The Requires

 

The Development Requires

by Paul Churilov

rabbitmq zf2 module amqp event-bus