1Elastica: elasticsearch PHP Client
2==================================
3
4[![Latest Stable Version](https://poser.pugx.org/ruflin/Elastica/v/stable.png)](https://packagist.org/packages/ruflin/elastica)
5[![Build Status](https://github.com/ruflin/elastica/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/ruflin/Elastica/actions?query=workflow%3A%22Continuous%20integration%22%20branch%3Amaster)
6[![codecov.io](http://codecov.io/github/ruflin/Elastica/coverage.svg?branch=master)](http://codecov.io/github/ruflin/Elastica?branch=master)
7[![Dependency Status](https://www.versioneye.com/php/ruflin:elastica/dev-master/badge.svg)](https://www.versioneye.com/php/ruflin:elastica/dev-master)
8[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ruflin/Elastica/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ruflin/Elastica/?branch=master)
9[![Total Downloads](https://poser.pugx.org/ruflin/Elastica/downloads.png)](https://packagist.org/packages/ruflin/elastica)
10[![Join the chat at https://gitter.im/ruflin/Elastica](https://badges.gitter.im/Join%20Chat.svg)](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 [Stack Overflow](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 7.0 releases and onwards.
21
22The testsuite is run against the most recent minor version of Elasticsearch, currently 7.14.1.
23
24
25Contributing
26------------
27Contributions are always welcome.
28For details on how to contribute, check the [CONTRIBUTING](https://github.com/ruflin/Elastica/blob/master/CONTRIBUTING.md) file.
29
30
31Versions & Dependencies
32------------
33This project tries to follow Elasticsearch in terms of [End of Life](https://www.elastic.co/support/eol) and maintenance since 5.x.
34It is generally recommended to use the latest point release of the relevant branch.
35
36| Elastica branch                                       | ElasticSearch | elasticsearch-php | PHP            |
37| ----------------------------------------------------- | ------------- | ----------------- | -------------- |
38| [7.x](https://github.com/ruflin/Elastica/tree/master) | 7.x           | ^7.0              | ^7.2 \|\| ^8.0 |
39| [6.x](https://github.com/ruflin/Elastica/tree/6.x)    | 6.x           | ^6.0              | ^7.0 \|\| ^8.0 |
40
41Unmaintained versions:
42
43| Elastica version                                      | ElasticSearch | elasticsearch-php | PHP            |
44| ----------------------------------------------------- | ------------- | ----------------- | -------------- |
45| [5.x](https://github.com/ruflin/Elastica/tree/5.x)    | 5.x           | ^5.0              | \>=5.6         |
46| [3.x](https://github.com/ruflin/Elastica/tree/3.x)    | 2.4.0         | no                | \>=5.4         |
47| [2.x](https://github.com/ruflin/Elastica/tree/2.x)    | 1.7.2         | no                | \>=5.3.3       |
48------------
49