PHPackages                             pandawa/scout-algolia - 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. pandawa/scout-algolia

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

pandawa/scout-algolia
=====================

Custom Algolia engine for Laravel Scout with configurable proxy URL. Supports both algolia/algoliasearch-client-php v3 (scout-extended) and v4.

054↓90%1PHP

Since Mar 25Pushed 3mo agoCompare

[ Source](https://github.com/pandawa/algolia-scout)[ Packagist](https://packagist.org/packages/pandawa/scout-algolia)[ RSS](/packages/pandawa-scout-algolia/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

pandawa/scout-algolia
=====================

[](#pandawascout-algolia)

Custom Algolia engine for Laravel Scout with configurable base URL.

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

[](#installation)

```
composer require pandawa/scout-algolia
```

The package uses Laravel's auto-discovery, no manual provider registration needed.

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

[](#configuration)

Add `url` to the `algolia` array in `config/scout.php`:

```
'algolia' => [
    'id' => env('ALGOLIA_APP_ID', ''),
    'secret' => env('ALGOLIA_SECRET', ''),
    'url' => env('ALGOLIA_URL'),
],
```

Then set the environment variable:

```
ALGOLIA_URL=http://your-host:9501

```

When `ALGOLIA_URL` is not set, Scout's default Algolia behavior is used unchanged.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.2
- Laravel &gt;= 11.0
- Laravel Scout &gt;= 10.0
- Algolia PHP client &gt;= 4.0

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance55

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

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

---

Top Contributors

[![arifsetianto](https://avatars.githubusercontent.com/u/17941995?v=4)](https://github.com/arifsetianto "arifsetianto (4 commits)")[![bl4ckbon3](https://avatars.githubusercontent.com/u/4352039?v=4)](https://github.com/bl4ckbon3 "bl4ckbon3 (3 commits)")

### Embed Badge

![Health badge](/badges/pandawa-scout-algolia/health.svg)

```
[![Health](https://phpackages.com/badges/pandawa-scout-algolia/health.svg)](https://phpackages.com/packages/pandawa-scout-algolia)
```

###  Alternatives

[ircmaxell/filterus

A library for filtering variables in PHP

44613.4k6](/packages/ircmaxell-filterus)[awesome-nova/dependent-filter

Dependent filters for Laravel Nova

26190.2k](/packages/awesome-nova-dependent-filter)

PHPackages © 2026

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