2017 © Pedro Peláez
 

library humus-amqp-producer

HumusAmqp Producer for Prooph Service Bus

image

prooph/humus-amqp-producer

HumusAmqp Producer for Prooph Service Bus

  • Saturday, February 3, 2018
  • by prooph
  • Repository
  • 4 Watchers
  • 9 Stars
  • 4,260 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 7 Versions
  • 16 % Grown

The README.md

Prooph ServiceBus HumusAmqp Producer

Use HumusAmqp as message producer for Prooph Service Bus., (*1)

Build Status Coverage Status Gitter, (*2)

Important

This library will receive support until December 31, 2019 and will then be deprecated., (*3)

For further information see the official announcement here: https://www.sasaprolic.com/2018/08/the-future-of-prooph-components.html, (*4)

Differences betweeen v1 and v2

v1 is compatible with Prooph\ServiceBus 5.0 while the newer v2 supports 6.0 of Prooph\ServiceBus., (*5)

Installation

You can install prooph/humus-amqp-producer via composer by adding "prooph/humus-amqp-producer": "^1.0" as requirement to your composer.json., (*6)

Documentation

Documentation is in the docs tree, and can be compiled using bookdown., (*7)

$ php ./vendor/bin/bookdown docs/bookdown.json
$ php -S 0.0.0.0:8080 -t docs/html/

Then browse to http://localhost:8080/, (*8)

Note: HumusAmqp is not covered in the documentation. If you're new to AMQP and/ or RabbitMQ and you don't know how to configure HumusAmqp, take a look at the HumusAmqp Docs first., (*9)

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., (*10)

License

Released under the New BSD License., (*11)

The Versions