1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-24 08:24:39 +00:00

Merge pull request #510 from jakubkulhan/bunnyphp

[queue] jakubkulhan/bunny
This commit is contained in:
Jad Bitar 2016-04-04 12:13:24 -04:00
commit e350851ee3

View File

@ -539,6 +539,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.