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
- If you are using Elasticsearch 7.x you can use Elasticsearch-PHP 7.x branch
84
-
- If you are using Elasticsearch 6.6 to 6.7, use Elasticsearch-PHP 6.7.x branch.
85
-
- If you are using Elasticsearch 6.0 to 6.5, use Elasticsearch-PHP 6.5.x branch.
86
-
- If you are using Elasticsearch 5.x, use Elasticsearch-PHP 5.0 branch.
73
+
| Elasticsearch-PHP Branch| PHP Version|
74
+
| ----------- | ------------------------ |
75
+
| >= 7.16.0, < 8.0.0 | >= 7.3.0, <= 8.1.99|
76
+
| >= 7.12.0, < 8.0.0 | >= 7.3.0, <= 8.0.99|
77
+
| >= 7.11.0, < 8.0.0 | >= 7.1.0, <= 8.0.99|
78
+
| >= 7.0.0, < 7.11.0 | >= 7.1.0, < 8.0.0|
79
+
|6.x | >= 7.0.0, < 8.0.0|
80
+
|5.x | >= 5.6.6, < 8.0.0|
81
+
|2.x | >= 5.4.0, < 7.0.0|
82
+
| 0.4, 1.x | >= 5.3.9, < 7.0.0 |
83
+
84
+
- If you are using Elasticsearch 7.x, you can use Elasticsearch-PHP 7.x branch.
85
+
- If you are using Elasticsearch 6.x, you can use Elasticsearch-PHP 6.x branch.
86
+
- If you are using Elasticsearch 5.x, you can use Elasticsearch-PHP 6.x branch.
87
87
- 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.
88
88
- 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.
89
89
- 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.
0 commit comments