Nicolas Ruflin is announcing that Elastica with version number 2.2.0 is already available to download.
What is Elastica ?
Elastica is A lightweight PHP library for integrating the ElasticSearch Java-based search engine in PHP applications, services and websites .
ElasticSearch is a distributed RESTful Java search engine with support for real-time search analytics, built specifically for cloud computing infrastructures. ElasticSearch is based on Apache Lucene. Elastica sets up a basic interface for searching and indexing content inside PHP-based projects using the aforementioned ElasticSearch search engine.This library is not an officially supported ElasticSearch client.Version numbers are homologue with official ElasticSearch releases.
This is changelog for Elastica version 2.2.0 :
- Added ElasticaFacetDateHistogram::setFactor()
- Added ElasticaQueryQueryString::setTimezone
- Added .editorconfig
- Added ElasticaSuggestCompletion
You can read the complete changelog and also download this latest version on their homepage: elastica.io