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

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

artshellorok/laravel-scout-sphinx
=================================

Sphinx Search Engine for Laravel Scout.

010PHP

Since Aug 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Artshellorok/laravel-scout-sphinx)[ Packagist](https://packagist.org/packages/artshellorok/laravel-scout-sphinx)[ RSS](/packages/artshellorok-laravel-scout-sphinx/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)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

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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/e68218c31249b083d223cefca39b8cf46737f4e919b6c127d34c615a544996e7?d=identicon)[artshellorok](/maintainers/artshellorok)

---

Top Contributors

[![Artshellorok](https://avatars.githubusercontent.com/u/17355350?v=4)](https://github.com/Artshellorok "Artshellorok (3 commits)")[![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)")

### Embed Badge

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

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

###  Alternatives

[ruflin/elastica

Elasticsearch Client

2.3k50.4M203](/packages/ruflin-elastica)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15024.3M65](/packages/opensearch-project-opensearch-php)[mailerlite/laravel-elasticsearch

An easy way to use the official PHP ElasticSearch client in your Laravel applications.

934529.3k2](/packages/mailerlite-laravel-elasticsearch)[massive/search-bundle

Massive Search Bundle

721.4M13](/packages/massive-search-bundle)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45802.7k3](/packages/outl1ne-nova-multiselect-filter)[handcraftedinthealps/zendsearch

a general purpose text search engine written entirely in PHP 5

39921.0k35](/packages/handcraftedinthealps-zendsearch)

PHPackages © 2026

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