From 1c76a3cb40bee333acf7919d53df3a3572aa81d3 Mon Sep 17 00:00:00 2001 From: Vallabh Kansagara Date: Tue, 9 Aug 2016 15:44:22 +0530 Subject: [PATCH] Elasticsearch library added. Elasticsearch library added. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eedd9e8..1709041 100644 --- a/README.md +++ b/README.md @@ -540,7 +540,8 @@ Libraries to help manage database schemas and migrations. * [Monga](https://github.com/thephpleague/monga) - A MongoDB abstraction library. * [MongoQB](https://github.com/alexbilbie/MongoQB) - A MongoDB query builder library. * [PHPMongo](https://github.com/sokil/php-mongo) - A MongoDB ORM. -* [Predis](https://github.com/nrk/predis) - A feature complete Redis library. +* [Predis](https://github.com/nrk/predis) - A feature complete Redis library +* [Elasticsearch](https://github.com/elastic/elasticsearch-php) - Official PHP low-level client for Elasticsearch. ## Queue *Libraries for working with event and task queues.*