Added BunnyPHP as AMQP (RabbitMQ) library

This commit is contained in:
Jakub Kulhan 2015-11-11 19:15:05 +01:00
parent 19d7254939
commit 1aded59c78
1 changed files with 1 additions and 0 deletions

View File

@ -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.