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
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-10-08 02:10:33 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