Browse Source

Added BunnyPHP as AMQP (RabbitMQ) library

pull/510/head
Jakub Kulhan 10 years ago
parent
commit
1aded59c78
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

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.

Loading…
Cancel
Save