Added SphinxQL query builder
This commit is contained in:
Igor Timoshenkov 2014-10-14 17:56:29 +02:00
parent a36b5a38ec
commit 8aeccaf9d5
1 changed files with 1 additions and 0 deletions

View File

@ -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.*