All Projects → prolic → HumusAmqpModule

prolic / HumusAmqpModule

Licence: MIT license
AMQP module for Zend Framework 2 to integrate RabbitMQ

Programming Languages

PHP
23972 projects - #3 most used programming language
Batchfile
5799 projects

Humus AMQP Module

Build Status Coverage Status Documentation Status License Latest Stable Version Latest Unstable Version Total Downloads Dependency Status

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.

The JSON-RPC part implements JSON-RPC 2.0 Specification.

Current supported drivers are: php-amqp and PhpAmqpLib.

If you want to use it without Zend Framework, use HumusAmqp without this module.

Documentation can be found here: humusamqp.readthedocs.io.

Installation

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

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

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.

License

Released under the MIT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].