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

ArchivedLibrary[API Development](/categories/api)

srtfisher/laravel-elastica
==========================

Laravel 4 Service Provider for Elastica

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

Since Oct 10Pushed 11y agoCompare

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

READMEChangelog (1)Dependencies (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`

```
'Srtfisher\LaravelElastica\LaravelElasticaServiceProvider'

```

Add it to your aliases:

```
'Es' => 'Srtfisher\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 srtfisher/laravel-elastica
```

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

4233d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/338d27065b1074f2d66d049d742f22996dd137eef6f91bc8f75350ceee1e8ef2?d=identicon)[srtfisher](/maintainers/srtfisher)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[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)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)

PHPackages © 2026

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