PHPackages                             chaospower/laravel-elastic-indexer - 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. [API Development](/categories/api)
4. /
5. chaospower/laravel-elastic-indexer

ActiveProject[API Development](/categories/api)

chaospower/laravel-elastic-indexer
==================================

Laravel Elastic Eloquent Query Builder

2515PHP

Since Oct 29Pushed 10y agoCompare

[ Source](https://github.com/ChaosPower/laravel-elastic-indexer)[ Packagist](https://packagist.org/packages/chaospower/laravel-elastic-indexer)[ RSS](/packages/chaospower-laravel-elastic-indexer/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

WARNING
=======

[](#warning)

This package is currently in development stage. Use at your own risk.

Laravel Elastic Indexer
=======================

[](#laravel-elastic-indexer)

TODO: Package Intro

Requirements
============

[](#requirements)

- PHP 5.5
- PHP 5.6
- ElasticSearch 1.7
- ElasticSearch 2.0
- Laravel 5.1

Features
========

[](#features)

- Automatic Indexing

Installation
============

[](#installation)

```
composer require chaospower/laravel-elastic-indexer

```

Go to your project root where artisan.php is found. Then publish the vendor package

```
php artisan vendor:publish

```

Edit your config/app.php then add the provider

```
ElasticEqb\Providers\ElasticProvider::class

```

Using Elastic Indexer
=====================

[](#using-elastic-indexer)

All models should use and implement DoesElasticIndexer. Doing so will allow the service to listen to specific models and CRUD the Elastic side of the model. It will also do the elastic map automatically.

```
/**
 * Class Agency
 *
 * @package Travel\Models
 */
class Agency extends Model implements ElasticIndexer
{
    use DoesElasticIndexer;
}

```

Milestones
==========

[](#milestones)

- ElasticBuilder
- ElasticSchemaBuilder

TODOs
=====

[](#todos)

Give ability to listen to all models not having the instance of DoesElasticIndexer

Plans
=====

[](#plans)

Convert package as a Laravel Database

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/408b9580803690b25003e8749c3cb6f716d23d7907c443d580cbbdd700a1de73?d=identicon)[ChaosPower](/maintainers/ChaosPower)

---

Top Contributors

[![ChaosPower](https://avatars.githubusercontent.com/u/260845?v=4)](https://github.com/ChaosPower "ChaosPower (33 commits)")

### Embed Badge

![Health badge](/badges/chaospower-laravel-elastic-indexer/health.svg)

```
[![Health](https://phpackages.com/badges/chaospower-laravel-elastic-indexer/health.svg)](https://phpackages.com/packages/chaospower-laravel-elastic-indexer)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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