2017 © Pedro Peláez
 

library rabbitmq-publisher

This is a helper for Publish a rabbit mq message.

image

lefuturiste/rabbitmq-publisher

This is a helper for Publish a rabbit mq message.

  • Friday, January 12, 2018
  • by lefuturiste
  • Repository
  • 0 Watchers
  • 0 Stars
  • 55 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 817 % Grown

The README.md

Rabbit mq publisher

This is a helper for Publish a rabbit mq message., (*1)

Installation

composer require lefuturiste/rabbitmq-publisher

Usage

$rabbitmqClient = new Lefuturiste\RabbitMQPublisher\Client('example.com', '424242', 'user', 'password', 'virtual_host');
//you can use array as message body
//body is json encoded
$rabbitmqClient->publish('Hello world', 'my_event');

Tests

vendor/bin/phpunit tests/

Enjoy!, (*2)

The Versions

12/01 2018

dev-master

9999999-dev

This is a helper for Publish a rabbit mq message.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar lefuturiste

12/01 2018

0.1

0.1.0.0

This is a helper for Publish a rabbit mq message.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar lefuturiste