prolic/humus-amqp-module

AMQP module for Zend Framework 2 to integrate RabbitMQ

v2.0.0 2020-03-29 19:37 UTC

This package is auto-updated.

Last update: 2024-03-29 03:12:50 UTC


README

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.