PHPackages                             lucadello91/laravel-scout-elasticsearch - 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. lucadello91/laravel-scout-elasticsearch

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

lucadello91/laravel-scout-elasticsearch
=======================================

Elasticsearch Driver for Laravel Scout

v0.1.3(8y ago)0717[1 issues](https://github.com/lucadello91/laravel-scout-elasticsearch/issues)PHPPHP ^7.0

Since Feb 17Pushed 7y agoCompare

[ Source](https://github.com/lucadello91/laravel-scout-elasticsearch)[ Packagist](https://packagist.org/packages/lucadello91/laravel-scout-elasticsearch)[ RSS](/packages/lucadello91-laravel-scout-elasticsearch/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (5)Versions (6)Used By (0)

Laravel Scout Elasticsearch Driver
==================================

[](#laravel-scout-elasticsearch-driver)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/460354f46c3701575263ed016eef9a458a6ca3ca5f5c405e8d3e476be00cf0f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c75636164656c6c6f39312f6c61726176656c2d73636f75742d656c61737469637365617263682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lucadello91/laravel-scout-elasticsearch)[![Total Downloads](https://camo.githubusercontent.com/f34a77f96d46124aa44485732bdbbdfec5cad7614a026084d6d9d5a49ea0d9e6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c75636164656c6c6f39312f6c61726176656c2d73636f75742d656c61737469637365617263682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lucadello91/laravel-scout-elasticsearch)

This package makes is the [Elasticsearch 6](https://www.elastic.co/products/elasticsearch) driver for Laravel Scout 4.

Contents
--------

[](#contents)

- [Installation](#installation)
- [Usage](#usage)
- [Credits](#credits)
- [License](#license)

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

[](#installation)

You can install the package via composer:

```
composer require lucadello91/laravel-scout-elasticsearch
```

If you use laravel &lt;5.5, you must add the Scout service provider and the Elasticsearch service provider in your app.php config:

```
// config/app.php
'providers' => [
    ...
    Laravel\Scout\ScoutServiceProvider::class,
    ScoutEngines\Elasticsearch\ElasticsearchProvider::class,
],
```

### Setting up Elasticsearch configuration

[](#setting-up-elasticsearch-configuration)

You must have a Elasticsearch server up and running. The package automatically create the index if it not exist

If you need help with this please refer to the [Elasticsearch documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html)

After you've published the Laravel Scout package configuration:

```
// config/scout.php
// Set your driver to elasticsearch
    'driver' => env('SCOUT_DRIVER', 'elasticsearch'),

...
    'elasticsearch' => [
        'index' => env('ELASTICSEARCH_INDEX', 'laravel'),
        'hosts' => [
            env('ELASTICSEARCH_HOST', 'http://localhost'),
        ],
        'max_result_window' => '200000'
    ],
...
```

Usage
-----

[](#usage)

Now you can use Laravel Scout as described in the [official documentation](https://laravel.com/docs/5.3/scout)

Credits
-------

[](#credits)

- [Luca Dell'Orto](https://github.com/lucadello91)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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 ~0 days

Total

4

Last Release

3006d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d62024361cd6e4a0044afa9454baee1ae98da8e7dd417644fc63acd7d2f7276c?d=identicon)[lucadello91](/maintainers/lucadello91)

---

Top Contributors

[![lucadello91](https://avatars.githubusercontent.com/u/11389657?v=4)](https://github.com/lucadello91 "lucadello91 (5 commits)")

---

Tags

laravelelasticsearchelasticscout

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lucadello91-laravel-scout-elasticsearch/health.svg)

```
[![Health](https://phpackages.com/badges/lucadello91-laravel-scout-elasticsearch/health.svg)](https://phpackages.com/packages/lucadello91-laravel-scout-elasticsearch)
```

###  Alternatives

[jeroen-g/explorer

Next-gen Elasticsearch driver for Laravel Scout.

397612.3k](/packages/jeroen-g-explorer)

PHPackages © 2026

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