From 1aded59c78099f35571f35b6299207abc4c1b068 Mon Sep 17 00:00:00 2001 From: Jakub Kulhan Date: Wed, 11 Nov 2015 19:15:05 +0100 Subject: [PATCH] Added BunnyPHP as AMQP (RabbitMQ) library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 857125e..00210e5 100644 --- a/README.md +++ b/README.md @@ -535,6 +535,7 @@ Libraries to help manage database schemas and migrations. *Libraries for working with event and task queues.* * [Bernard](https://github.com/bernardphp/bernard) - A multibackend abstraction library. +* [BunnyPHP](https://github.com/jakubkulhan/bunny) - A performant pure-PHP AMQP (RabbitMQ) sync and also async (ReactPHP) library. * [Pheanstalk](https://github.com/pda/pheanstalk) - A Beanstalkd client library. * [PHP AMQP](https://github.com/php-amqplib/php-amqplib) - A pure PHP AMQP library. * [Tarantool Queue](https://github.com/tarantool-php/queue) - PHP bindings for Tarantool Queue.