retrinko/cottontail

RabbitMQ basic communication patterns

Installs: 224

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 0

Open Issues: 1

pkg:composer/retrinko/cottontail

v1.0.0-beta.3 2016-07-27 14:42 UTC

README

retrinko/cottontail is a wrapper for php-amqplib/php-amqplib and provides implementations for some basic comunication patterns as:

  • Publisher
  • Subscriber
  • RPC-Server
  • RPC-Client

Installation

Install the latest version with

$ composer require retrinko/cottontail

Samples