Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 929 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 929 Bytes

RabbitMq adapter

This RabbitMq adapter helps to easy connect, configure, publish and consume RabbitMq.

Code information:

Build Status

What is this repository for?

  • Easy connect to RabbitMq server
  • Define new queue, or ensure that one exists
  • Define new exchange, or ensure that one exists
  • Define new binding, or ensure that one exists
  • Publish message
  • Read message

How do I test it?

How to I install it

  • composer require brofist/rabbit-mq

Examples

  • bin/produce.php
  • bin/consume.php