Skip to content

Laravel-Elasticsearch

An Elasticsearch implementation of Laravel's Eloquent ORM

This package extends Laravel's Eloquent model and query builder with seamless integration of Elasticsearch functionalities. Designed to feel native to Laravel, this package enables you to work with Eloquent models while leveraging the powerful search and analytics capabilities of Elasticsearch.

Latest Stable Version GitHub Tests Action Status GitHub Code Style Action Status Monthly Downloads

Update
My GitHub account has been reinstated. As expected, a false flag.
In pressing them for an explanation all they have said is that it shouldn't happen again...
GitHub will remain the home for all community collaboration - issues, PRs, and releases
However, given the recklessness of GitHub's actions and the impact it had on all of us, all releases will be hosted on GitLab as a mirror for Packagist to download from
For the community, it's business as usual. See you out there
- David

Getting Started

Schema & Index Management

Eloquent

Queries

Relationships

Notes/Resources