You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -19,24 +19,26 @@ Features
19
19
- Pluggable connection pools to offer different connection strategies
20
20
- Generalized, pluggable architecture - most components can be replaced with your own custom class if specialized behavior is required
21
21
- Option to use asynchronous future, which enables parallel execution of curl requests to multiple nodes
22
-
23
-
24
-
**Note:** If you want to use X-Pack API, you need to install an optional extension [elasticsearch/xpack](https://github.com/elastic/elasticsearch-x-pack-php).
22
+
23
+
24
+
**Note:** If you want to use X-Pack API, you need to install an optional extension [elasticsearch/xpack](https://github.com/elastic/elasticsearch-x-pack-php).
25
25
26
26
27
27
Version Matrix
28
28
--------------
29
29
30
30
| Elasticsearch Version | Elasticsearch-PHP Branch |
- If you are using Elasticsearch 6.0+ , use Elasticsearch-PHP 6.0 branch.
39
-
- If you are using Elasticsearch 5.x , use Elasticsearch-PHP 5.0 branch.
39
+
- If you are using Elasticsearch 6.6 or 6.7, use Elasticsearch-PHP 6.7 branch.
40
+
- If you are using Elasticsearch 6.0 to 6.5, use Elasticsearch-PHP 6.5 branch.
41
+
- If you are using Elasticsearch 5.x, use Elasticsearch-PHP 5.0 branch.
40
42
- If you are using Elasticsearch 1.x or 2.x, prefer using the Elasticsearch-PHP 2.0 branch. The 1.0 branch is compatible however.
41
43
- If you are using a version older than 1.0, you must install the `0.4` Elasticsearch-PHP branch. Since ES 0.90.x and below is now EOL, the corresponding `0.4` branch will not receive any more development or bugfixes. Please upgrade.
42
44
- You should never use Elasticsearch-PHP Master branch, as it tracks Elasticsearch master and may contain incomplete features or breaks in backwards compatibility. Only use ES-PHP master if you are developing against ES master for some reason.
@@ -49,12 +51,12 @@ Installation via Composer
49
51
-------------------------
50
52
The recommended method to install _Elasticsearch-PHP_ is through [Composer](http://getcomposer.org).
51
53
52
-
1. Add `elasticsearch/elasticsearch` as a dependency in your project's `composer.json` file (change version to suit your version of Elasticsearch):
54
+
1. Add `elasticsearch/elasticsearch` as a dependency in your project's `composer.json` file (change version to suit your version of Elasticsearch, for instance this is for ES 6.0 to 6.5):
0 commit comments