Laravel Elasticsearch Integration: Native Eloquent Model Extension Package

Hi All,

I've noticed that a few people have been asking about how to integrate Elasticsearch with Laravel.

I maintain a package that integrates Elasticsearch directly into Laravel by extending Laravel's Eloquent model and query builder with seamless integration of Elasticsearch functionalities.

It's designed to feel native to Laravel, allowing you to work with Eloquent models while leveraging the powerful search and analytics capabilities of Elasticsearch.

Package: GitHub - pdphilip/laravel-elasticsearch: An Elasticsearch implementation of Laravel's Eloquent ORM
Docs: https://elasticsearch.pdphilip.com/

I welcome your feedback and questions!

Thanks for sharing, @pdphilip.

1 Like