PHPackages                             bodeezy/laravel-elastica - 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. bodeezy/laravel-elastica

ActiveLibrary[API Development](/categories/api)

bodeezy/laravel-elastica
========================

Laravel 4 Service Provider for Elastica

0.1(11y ago)024MITPHPPHP &gt;=5.4.0

Since Oct 10Pushed 10y ago1 watchersCompare

[ Source](https://github.com/bodeezy/laravel-elastica)[ Packagist](https://packagist.org/packages/bodeezy/laravel-elastica)[ RSS](/packages/bodeezy-laravel-elastica/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (1)Used By (0)

Elastica for Laravel 4
======================

[](#elastica-for-laravel-4)

[![Build Status](https://camo.githubusercontent.com/f99fa49812ff4fb00b9698476b4980a7227fe375e39e489d170eb4131647cd25/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f7372746669736865722f6c61726176656c2d656c6173746963612e7376673f7374796c653d666c6174)](http://travis-ci.org/srtfisher/laravel-elastica)

This is a Laravel 4 Service Provider for the [Elastica](http://elastica.io/) Elasticsearch Client

Installation
------------

[](#installation)

Require laravel-elastica in composer.

```
composer require srtfisher/laravel-elastica:0.*
```

Add it to your providers in `config/app.php`

```
'bodeezy\LaravelElastica\LaravelElasticaServiceProvider'

```

Add it to your aliases:

```
'Ef' => 'bodeezy\LaravelElastica\LaravelElasticaFacade'
```

Okay, you would be good to go.

Configuration
-------------

[](#configuration)

You can use the default configuration to connect to your `localhost:9200` server. Or you could publish the configuration and change the server.

```
$ php artisan config:publish bodeezy/laravel-elastica
```

The configuration will be passed to the client constructor. Information on Elastica configuration can be found at .

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.3% 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

Unknown

Total

1

Last Release

4281d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7cf646c13d779bbb0cc01cc7cd873894be5cda66a696753465d5235d48c7cf41?d=identicon)[bodeezy](/maintainers/bodeezy)

---

Top Contributors

[![srtfisher](https://avatars.githubusercontent.com/u/346399?v=4)](https://github.com/srtfisher "srtfisher (9 commits)")[![bodeezy](https://avatars.githubusercontent.com/u/4665051?v=4)](https://github.com/bodeezy "bodeezy (5 commits)")

### Embed Badge

![Health badge](/badges/bodeezy-laravel-elastica/health.svg)

```
[![Health](https://phpackages.com/badges/bodeezy-laravel-elastica/health.svg)](https://phpackages.com/packages/bodeezy-laravel-elastica)
```

###  Alternatives

[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)

PHPackages © 2026

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