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

1514PHP

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 1mo ago

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 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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