PHPackages                             cline/laravel-scout-opensearch - 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. cline/laravel-scout-opensearch

ActiveLibrary[API Development](/categories/api)

cline/laravel-scout-opensearch
==============================

Laravel Scout custom engine for OpenSearch

1.0.0(today)00MITPHPPHP ^8.5.0CI passing

Since Jun 30Pushed todayCompare

[ Source](https://github.com/faustbrian/laravel-scout-opensearch)[ Packagist](https://packagist.org/packages/cline/laravel-scout-opensearch)[ RSS](/packages/cline-laravel-scout-opensearch/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (14)Versions (2)Used By (0)

[![GitHub Workflow Status](https://github.com/faustbrian/laravel-scout-opensearch/actions/workflows/quality-assurance.yaml/badge.svg)](https://github.com/faustbrian/laravel-scout-opensearch/actions)[![Latest Version on Packagist](https://camo.githubusercontent.com/7863c6acdc1cc3f57d763564b846cbb797e13406fe3325dd5d27654544a59d5f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636c696e652f6c61726176656c2d73636f75742d6f70656e7365617263682e737667)](https://packagist.org/packages/cline/laravel-scout-opensearch)[![Software License](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/60d8123bbbadc48a639a66a0e77cd5a45376f0941f354307da0e9dd07fb8204f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636c696e652f6c61726176656c2d73636f75742d6f70656e7365617263682e737667)](https://packagist.org/packages/cline/laravel-scout-opensearch)

---

laravel-scout-opensearch
========================

[](#laravel-scout-opensearch)

Laravel Scout custom engine for OpenSearch

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

[](#requirements)

> **Requires [PHP 8.5+](https://php.net/releases/)**

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

[](#installation)

```
composer require cline/laravel-scout-opensearch
```

Documentation
-------------

[](#documentation)

- **[Getting Started](DOCS.md#doc-docs-readme)** - Installation and Scout setup
- **[Configuration](DOCS.md#doc-docs-configuration)** - OpenSearch client and Scout options
- **[Basic Usage](DOCS.md#doc-docs-basic-usage)** - Search, filters, sorting, and callbacks
- **[Query Behavior](DOCS.md#doc-docs-query-behavior)** - How Scout queries map to OpenSearch
- **[Testing](DOCS.md#doc-docs-testing)** - Local and CI verification commands
- **[Troubleshooting](DOCS.md#doc-docs-troubleshooting)** - Common cluster and indexing issues

Usage
-----

[](#usage)

```
use App\Models\Product;

$results = Product::search('headphones')
    ->where('is_active', true)
    ->orderBy('id', 'desc')
    ->get();
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please use the [GitHub security reporting form](https://github.com/faustbrian/laravel-scout-opensearch/security) rather than the issue queue.

Credits
-------

[](#credits)

- [Brian Faust](https://github.com/faustbrian)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License. Please see [License File](LICENSE.md) for more information.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22145591?v=4)[Brian Faust](/maintainers/faustbrian)[@faustbrian](https://github.com/faustbrian)

---

Top Contributors

[![faustbrian](https://avatars.githubusercontent.com/u/22145591?v=4)](https://github.com/faustbrian "faustbrian (1 commits)")

---

Tags

php

###  Code Quality

TestsPest

Static AnalysisPHPStan

### Embed Badge

![Health badge](/badges/cline-laravel-scout-opensearch/health.svg)

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

###  Alternatives

[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[rapidez/core

Rapidez Core

1822.4k66](/packages/rapidez-core)

PHPackages © 2026

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