retrinko / cottontail
RabbitMQ basic communication patterns
v1.0.0-beta.3
2016-07-27 14:42 UTC
Requires
- php: >=5.4.0
- php-amqplib/php-amqplib: 2.6.*
- psr/log: ^1.0
- retrinko/serializer: ^1.0
Requires (Dev)
- monolog/monolog: ^1.14
- phpunit/phpunit: ^4.0
This package is not auto-updated.
Last update: 2025-01-14 23:01:18 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
- Publisher: view sample
- Subscriber: view sample
- RPC Server: view sample
- RPC Client: view sample