Elastica is a PHP client for the elasticsearch full-text search and analytics engine.
Introduction
Elastica is open source and you can download or clone the source code on Github from ruflin/Elastica.
You can find the complete API here.
Requirements
Elastica v.0.20.5 require PHP 5.3 >=, for using Elastica on PHP 5.2 let see Elastica v0.19.8
Download
You can download this project in either zip or tar formats.
The prefered way is to clone Elastica with Git by running:
$ git clone git://github.com/ruflin/Elastica
Composer
You can also install Elastica by using composer:
{
"require": {
"ruflin/Elastica": "dev-master"
}
}