2017 © Pedro Peláez
 

library humus-amqp-module

AMQP module for Zend Framework 2 to integrate RabbitMQ

image

prolic/humus-amqp-module

AMQP module for Zend Framework 2 to integrate RabbitMQ

  • Sunday, August 14, 2016
  • by prolic
  • Repository
  • 9 Watchers
  • 30 Stars
  • 28,484 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 11 Forks
  • 0 Open issues
  • 16 Versions
  • 3 % Grown

The README.md

Humus AMQP Module

Build Status Coverage Status Documentation Status License Latest Stable Version Latest Unstable Version Total Downloads Dependency Status, (*1)

About

The Humus AMQP Module incorporates messaging in your zf2 application via RabbitMQ using HumusAmqp, a PHP 7.4 AMQP libray supporting multiple drivers and providing full-featured Consumer, Producer, and JSON-RPC Client / Server implementations., (*2)

The JSON-RPC part implements JSON-RPC 2.0 Specification., (*3)

Current supported drivers are: php-amqp and PhpAmqpLib., (*4)

If you want to use it without Zend Framework, use HumusAmqp without this module., (*5)

Documentation can be found here: humusamqp.readthedocs.io., (*6)

Installation

You can install prolic/humus-amqp-module via composer by adding "prolic/humus-amqp-module": "^2.0" as requirement to your composer.json., (*7)

You can then enable the module in your config/application.config.php by adding 'HumusAmqpModule' to the 'modules' section., (*8)

Support

Contribute

Please feel free to fork and extend existing or add new plugins and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation., (*9)

License

Released under the MIT., (*10)

The Versions