Add elasticsearcher for PHP (#21143)

Disclaimer: it is a library written by one of the engineers in my company.
This commit is contained in:
Andreas Creten 2016-11-04 17:27:31 +01:00 committed by Clinton Gormley
parent a978f13660
commit 1ab4e0cba4
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,8 @@ Also see the {client}/php-api/current/index.html[official Elasticsearch PHP clie
* http://github.com/nervetattoo/elasticsearch[elasticsearch] PHP client.
* https://github.com/madewithlove/elasticsearcher[elasticsearcher] Agnostic lightweight package on top of the Elasticsearch PHP client. Its main goal is to allow for easier structuring of queries and indices in your application. It does not want to hide or replace functionality of the Elasticsearch PHP client.
[[python]]
== Python