|
1 | | -Laravel Elasticsearch Service Provider (v4.0.x) |
| 1 | +Laravel Elasticsearch Service Provider (4.0.0) |
2 | 2 | ================================================ |
3 | 3 | [](https://packagist.org/packages/shift31/laravel-elasticsearch) |
4 | 4 | [](https://packagist.org/packages/shift31/laravel-elasticsearch) |
5 | | -[](https://travis-ci.org/shift31/laravel-elasticsearch) |
6 | | -[](https://coveralls.io/github/shift31/laravel-elasticsearch?branch=master) |
| 5 | +[](https://travis-ci.org/shift31/laravel-elasticsearch) |
| 6 | +[](https://coveralls.io/github/shift31/laravel-elasticsearch?branch=master) |
7 | 7 | [](https://packagist.org/packages/shift31/laravel-elasticsearch) |
8 | 8 |
|
9 | | -This is a Laravel (4+) Service Provider for the official Elasticsearch low-level client: |
10 | | -http://www.elasticsearch.org/guide/en/elasticsearch/client/php-api/current/index.html |
11 | | - |
| 9 | +This is a Laravel (4.2) Service Provider for the [official Elasticsearch low-level client](http://www.elasticsearch.org/guide/en/elasticsearch/client/php-api/current/index.html): |
12 | 10 |
|
13 | 11 | Version Matrix |
14 | 12 | ------------------ |
15 | | -Since there are breaking changes in Elasticsearch 1.0, your version of Elasticsearch must match the version of this |
16 | | -library, which matches the version of the Elasticsearch low-level client. If you are using a version older than 1.0, you |
17 | | - must install the `0.4` laravel-elasticsearch branch. Otherwise, use the `1.0` branch. |
18 | | - |
19 | | -The master branch will always track the latest version. |
| 13 | +Since there are breaking changes in Elasticsearch versions, your version of Elasticsearch must match the version of this |
| 14 | +library, which matches the version of the Elasticsearch low-level client. |
20 | 15 |
|
21 | | -Old |
22 | | ---- |
23 | | -| Elasticsearch Version | laravel-elasticsearch branch | |
24 | | -| --------------------- | ---------------------------- | |
25 | | -| >= 1.0 | 1.0, 2.0 | |
26 | | -| <= 0.90.* | 0.4 | |
| 16 | +|Shift31/laravel-elasticsearch| Elasticsearch | Laravel | |
| 17 | +| :---: | :---: | :---: | |
| 18 | +| 0.4| <= 0.90.* | 4.2 | |
| 19 | +| 1.0, 2.0| \>= 1.0 | 4.x, 5.x | |
| 20 | +|4.0| <= 0.90.* | 4.2| |
| 21 | +|4.1| \>= 1.0 <= 2.0 | 4.2| |
| 22 | +|4.2| \>= 2.0 <= 5.0| 4.2| |
| 23 | +|4.5| \>= 5.0| 4.2| |
| 24 | +|5.0| <= 0.90.* | 5.x| |
| 25 | +|5.1| \>= 1.0 <= 2.0 | 5.x| |
| 26 | +|5.2| \>= 2.0 <= 5.0| 5.x| |
| 27 | +|5.5| \>= 5.0| 5.x| |
27 | 28 |
|
28 | | -Attention: Until we launch new versions please keep using old versions and don't use dev-master branch! |
29 | | - |
30 | | -New (Under development!) |
31 | | ------------------- |
32 | | -| Elasticsearch Version | Laravel | laravel-elasticsearch branch | |
33 | | -| --------------------- |---------| ---------------------------- | |
34 | | -| <= 0.90.* | 4.2 | 4.0 | |
35 | | -| 1.0 | 4.2 | 4.1 | |
36 | | -| 2.0 | 4.2 | 4.2 | |
37 | | -| 5.0 | 4.2 | 4.5 | |
38 | | -| <= 0.90.* | 5.2 | 5.0 | |
39 | | -| 1.0 | 5.2 | 5.1 | |
40 | | -| 2.0 | 5.2 | 5.2 | |
41 | | -| 5.0 | 5.x | 5.5 | |
| 29 | +Attention: Until we launch new versions please keep using old stable versions (which are created as a branch) and don't use dev-master branch! |
42 | 30 |
|
43 | 31 | Usage |
44 | 32 | ----- |
|
0 commit comments