1Elastica: elasticsearch PHP Client 2================================== 3 4[](https://packagist.org/packages/ruflin/elastica) 5[](http://travis-ci.org/ruflin/Elastica) 6[](http://codecov.io/github/ruflin/Elastica?branch=master) 7[](https://www.versioneye.com/php/ruflin:elastica/dev-master) 8[](https://scrutinizer-ci.com/g/ruflin/Elastica/?branch=master) 9[](https://packagist.org/packages/ruflin/elastica) 10[](https://gitter.im/ruflin/Elastica?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) 11 12All documentation for Elastica can be found under [Elastica.io](http://Elastica.io/). 13If you have questions, don't hesitate to ask them on [Stackoverflow](http://stackoverflow.com/questions/tagged/elastica) and add the Tag "Elastica" or 14in our [Gitter](https://gitter.im/ruflin/Elastica) channel. 15All library issues should go to the [issue tracker from github](https://github.com/ruflin/Elastica/issues). 16 17 18Compatibility 19------------- 20This release is compatible with all Elasticsearch 6.1 releases and onwards. It was tested with version 6.6.1. 21 22 23Contributing 24------------ 25Contributions are always welcome. For details on how to contribute, check the [CONTRIBUTING](https://github.com/ruflin/Elastica/blob/master/CONTRIBUTING.md) file. 26 27 28Versions & Dependencies 29------------ 30This project tries to follow Elasticsearch in terms of [End of Life](https://www.elastic.co/support/eol) and maintenance since 5.x 31 32| Elastica | ElasticSearch | elasticsearch-php | PHP | 33| --------------------------------------------------------------------------------------- | ------------- | ----------------- | -------- | 34| [7.x](https://github.com/ruflin/Elastica/tree/master) | 7.x | dev-master | ^7.0 | 35| [6.x](https://github.com/ruflin/Elastica/tree/6.x) | 6.x | ^6.0 | ^7.0 | 36| [5.x](https://github.com/ruflin/Elastica/tree/5.x) | 5.x | ^5.0 | \>=5.6 | 37| [3.2.3](https://github.com/ruflin/Elastica/tree/3.2.3) (unmaintained) | 2.4.0 | no | \>=5.4 | 38| [2.x](https://github.com/ruflin/Elastica/tree/2.x) (unmaintained) | 1.7.2 | no | \>=5.3.3 | 39------------ 40