From 8aeccaf9d5af250e5356ceb4173d93a0132f4de1 Mon Sep 17 00:00:00 2001 From: Igor Timoshenkov Date: Tue, 14 Oct 2014 17:56:29 +0200 Subject: [PATCH] sphinx Added SphinxQL query builder --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30cab83..f537359 100644 --- a/README.md +++ b/README.md @@ -410,6 +410,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [ElasticSearch PHP](https://github.com/elasticsearch/elasticsearch-php) - The official client library for [ElasticSearch](http://www.elasticsearch.org/). * [Elastica](https://github.com/ruflin/Elastica) - A client library for ElasticSearch. * [Solarium](http://www.solarium-project.org/) - A client library for [Solr](http://lucene.apache.org/solr/). +* [SphinxQL query builder](http://foolcode.github.io/SphinxQL-Query-Builder/) - a library to build queries for [Sphinx search](http://sphinxsearch.com/) engine. ## Command Line *Libraries for building command line utilities.*