浏览代码

Added BunnyPHP as AMQP (RabbitMQ) library

pull/510/head
Jakub Kulhan 10 年前
父节点
当前提交
1aded59c78
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      README.md

+ 1
- 0
README.md 查看文件

535
 *Libraries for working with event and task queues.*
535
 *Libraries for working with event and task queues.*
536
 
536
 
537
 * [Bernard](https://github.com/bernardphp/bernard) - A multibackend abstraction library.
537
 * [Bernard](https://github.com/bernardphp/bernard) - A multibackend abstraction library.
538
+* [BunnyPHP](https://github.com/jakubkulhan/bunny) - A performant pure-PHP AMQP (RabbitMQ) sync and also async (ReactPHP) library.
538
 * [Pheanstalk](https://github.com/pda/pheanstalk) - A Beanstalkd client library.
539
 * [Pheanstalk](https://github.com/pda/pheanstalk) - A Beanstalkd client library.
539
 * [PHP AMQP](https://github.com/php-amqplib/php-amqplib) - A pure PHP AMQP library.
540
 * [PHP AMQP](https://github.com/php-amqplib/php-amqplib) - A pure PHP AMQP library.
540
 * [Tarantool Queue](https://github.com/tarantool-php/queue) - PHP bindings for Tarantool Queue.
541
 * [Tarantool Queue](https://github.com/tarantool-php/queue) - PHP bindings for Tarantool Queue.

正在加载...
取消
保存