basemkhirat / elasticsearch

The missing elasticsearch ORM for Laravel, Lumen and Native php applications
MIT License
401 stars 130 forks source link

Support for Elasticsearch 7.* #104

Open weseldridge opened 5 years ago

weseldridge commented 5 years ago

In the composer file there is a request for "elasticsearch/elasticsearch": "^5.0|^6.0",. I haven't tested "elasticsearch/elasticsearch": "^5.0|^6.0|^7.0", yet.

Has anyone had any luck with that yet?

Radiergummi commented 3 years ago

@weseldridge if you're still in the market, we've forked this library and migrated it to Elasticsearch 7.10, plus tons of other improvements: matchory/elasticsearch. We rely on this package ourselves and will maintain it long-term.