How to use Elastic Search with PHP – Tutorial

Published On: 29 April 2015.By .
  • Digital Engineering

Searching is an important part of many application but it can be painful if you have to deal with large database. Recently I got to work with Elastic Search, a very efficient search tool that provides lots of developer friendly functionality. I have created my own class to integrate it with PHP. You can install Elastic search for php and find detailed document with the help of below links.
http://www.elastic.co/guide/en/elasticsearch/client/php-api/master/_installation_2.html
https://github.com/elastic/elasticsearch-php

PHP tutorials Auriga IT

In this class I have write functions to insert, update and delete data in Elastic search using bulk operation. I will update it will search functionality very soon.

Related content

That’s all for this blog