PHPackages                             d3jn/larelastic - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. d3jn/larelastic

ArchivedLibrary[Search &amp; Filtering](/categories/search)

d3jn/larelastic
===============

v0.6.1(6y ago)0184MITPHPPHP &gt;=7.1.3

Since Sep 17Pushed 1w agoCompare

[ Source](https://github.com/d3jn/larelastic)[ Packagist](https://packagist.org/packages/d3jn/larelastic)[ RSS](/packages/d3jn-larelastic/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (4)Versions (11)Used By (0)

> ### This package will no longer be maintained. It's been used only in a few projects so far and is pretty simple at what it does for them, so no harm will come from archiving it.
>
> [](#this-package-will-no-longer-be-maintained-its-been-used-only-in-a-few-projects-so-far-and-is-pretty-simple-at-what-it-does-for-them-so-no-harm-will-come-from-archiving-it)

Larelastic
==========

[](#larelastic)

Yet another take on integrating Elasticsearch into Laravel.

Getting Started
---------------

[](#getting-started)

### Prerequisites

[](#prerequisites)

This package was developed using Laravel 5.6. As of now older versions are not tested/supported. You will also need a running Elasticsearch service of version &gt;6.0.

### Installing

[](#installing)

Use composer to install this package:

```
composer require d3jn/larelastic

```

`Laravel Package Auto-Discovery` should handle adding service provider for you automatically or you can manually add it to your providers list in `app.php`:

```
'providers' => [
    ...

    D3jn\Larelastic\LarelasticServiceProvider::class,

    ...
],
```

Lastly you should publish it's configuration file:

```
php artisan vendor:publish --provider="D3jn\Larelastic\LarelasticServiceProvider"

```

Now you can proceed with configuring this package for your needs.

Built With
----------

[](#built-with)

- [Laravel](http://laravel.com) - The web framework used
- [Elasticsearch PHP API](https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html) - Library for elasticsearch PHP integration

Authors
-------

[](#authors)

- **Serhii Yaniuk** - d3jn

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

Acknowledgments
---------------

[](#acknowledgments)

- [Tony Messias](https://twitter.com/tony0x01) for the original concept that can be found [here](https://blog.madewithlove.be/post/how-to-integrate-your-laravel-app-with-elasticsearch/)

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance64

Regular maintenance activity

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~41 days

Recently: every ~34 days

Total

10

Last Release

2422d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c83d85406495dab7c7586077fb33ae90162e563bdff9de80154b9a827d03f23?d=identicon)[d3jn](/maintainers/d3jn)

---

Top Contributors

[![d3jn](https://avatars.githubusercontent.com/u/32222126?v=4)](https://github.com/d3jn "d3jn (15 commits)")

---

Tags

elasticsearchlaravelphp

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/d3jn-larelastic/health.svg)

```
[![Health](https://phpackages.com/badges/d3jn-larelastic/health.svg)](https://phpackages.com/packages/d3jn-larelastic)
```

###  Alternatives

[mailerlite/laravel-elasticsearch

An easy way to use the official PHP ElasticSearch client in your Laravel applications.

934529.3k2](/packages/mailerlite-laravel-elasticsearch)[jeroen-g/explorer

Next-gen Elasticsearch driver for Laravel Scout.

397612.3k](/packages/jeroen-g-explorer)[swisnl/laravel-fulltext

Fulltext indexing and searching for Laravel

184104.5k6](/packages/swisnl-laravel-fulltext)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[baijunyao/laravel-scout-elasticsearch

Elasticsearch Driver for Laravel Scout

8023.7k1](/packages/baijunyao-laravel-scout-elasticsearch)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
