PHPackages                             egwk/laravel-scout-sphinx - 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. egwk/laravel-scout-sphinx

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

egwk/laravel-scout-sphinx
=========================

Sphinx Search Engine for Laravel Scout.

3.0(7y ago)62.9k4MITPHP

Since Feb 17Pushed 6y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (2)Versions (8)Used By (0)

Sphinx for Laravel Scout
========================

[](#sphinx-for-laravel-scout)

Sphinx Search Engine for Laravel Scout. Forked from **Note:** Pagination did not work with the original repo. Maybe it's due a [Query Builder](https://github.com/FoolCode/SphinxQL-Query-Builder) issue. This is the only reason we've created this fork.

Prerequisites
-------------

[](#prerequisites)

You should have Sphinx service installed, see:

Install
-------

[](#install)

### Installing via composer

[](#installing-via-composer)

Use `composer require` to install the Engine.

```
$ composer require egwk/laravel-scout-sphinx

```

### Configuration

[](#configuration)

Update `config/scout.php`, and add an entry for `sphinx`:

```
//
'sphinx' => [
        'host' => env('SCOUT_HOST', 'localhost'),
        'port' => env('SCOUT_PORT', '9306'),
],
//
```

Set `SCOUT_*` variables in your `.env` file:

```
SCOUT_DRIVER=sphinxsearch
SCOUT_PREFIX=myprefix_
SCOUT_HOST=localhost
SCOUT_PORT=9306

```

### Adding to your project

[](#adding-to-your-project)

Update `config/app.php` by adding an entry for the service provider:

```
'providers' => [
    // ...
   Egwk\LaravelScoutSphinx\Provider\SphinxEngineProvider::class,
];
```

See [Laravel Scout Docs](https://laravel.com/docs/5.5/scout) for further info.

Authors
-------

[](#authors)

- The original Engine written by [@hocnt84](https://github.com/hocnt84/laravel-scout-sphinx)
- Modified by [@buchin](https://github.com/buchin/laravel-scout-sphinx)
- Merged by [@perdodi](https://github.com/perdodi) / [White Könyvtár](https://white-konyvtar.hu)

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~112 days

Recently: every ~67 days

Total

7

Last Release

2746d ago

Major Versions

v1.2 → 2.02018-12-23

2.0.1 → 3.02018-12-23

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26402967?v=4)[Ellen Gould White Library](/maintainers/egwk)[@egwk](https://github.com/egwk)

---

Top Contributors

[![perdodi](https://avatars.githubusercontent.com/u/1175690?v=4)](https://github.com/perdodi "perdodi (3 commits)")[![hocnt84](https://avatars.githubusercontent.com/u/13724833?v=4)](https://github.com/hocnt84 "hocnt84 (1 commits)")

---

Tags

searchlaravelsphinxsearch

### Embed Badge

![Health badge](/badges/egwk-laravel-scout-sphinx/health.svg)

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

###  Alternatives

[algolia/scout-extended

Scout Extended extends Laravel Scout adding algolia-specific features

4186.6M6](/packages/algolia-scout-extended)[matchish/laravel-scout-elasticsearch

Search among multiple models with ElasticSearch and Laravel Scout

7451.7M3](/packages/matchish-laravel-scout-elasticsearch)[jeroen-g/explorer

Next-gen Elasticsearch driver for Laravel Scout.

399654.3k](/packages/jeroen-g-explorer)[zing/laravel-scout-opensearch

Laravel Scout custom engine for OpenSearch

35400.6k](/packages/zing-laravel-scout-opensearch)

PHPackages © 2026

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