From 4df34dbd75468834aac9c7dbfc37ca65256cdff1 Mon Sep 17 00:00:00 2001 From: Eugene Leonovich Date: Thu, 5 Nov 2015 11:56:40 +0100 Subject: [PATCH 1/2] Add Tarantool Queue https://github.com/tarantool-php/queue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e91fa91..114dc3a4 100644 --- a/README.md +++ b/README.md @@ -537,6 +537,7 @@ Libraries to help manage database schemas and migrations. * [Pheanstalk](https://github.com/pda/pheanstalk) - A Beanstalkd client library. * [PHP AMQP](https://github.com/php-amqplib/php-amqplib) - A pure PHP AMQP library. * [Thumper](https://github.com/php-amqplib/Thumper) - A RabbitMQ pattern library. +* [Tarantool Queue](https://github.com/tarantool-php/queue) - PHP bindings for Tarantool Queue. ## Search *Libraries and software for indexing and performing search queries on data.* From 0af91744f9e0b68778ee6105fecd270e5960a36b Mon Sep 17 00:00:00 2001 From: Eugene Leonovich Date: Mon, 4 Apr 2016 07:46:20 +0200 Subject: [PATCH 2/2] Put Tarantool Queue in the right alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 114dc3a4..0cbbe85f 100644 --- a/README.md +++ b/README.md @@ -536,8 +536,8 @@ Libraries to help manage database schemas and migrations. * [Bernard](https://github.com/bernardphp/bernard) - A multibackend abstraction 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. -* [Thumper](https://github.com/php-amqplib/Thumper) - A RabbitMQ pattern library. * [Tarantool Queue](https://github.com/tarantool-php/queue) - PHP bindings for Tarantool Queue. +* [Thumper](https://github.com/php-amqplib/Thumper) - A RabbitMQ pattern library. ## Search *Libraries and software for indexing and performing search queries on data.*