PHPackages                             mri/scout-plus - 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. mri/scout-plus

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

mri/scout-plus
==============

This package adds enhanced functionalities to the Laravel Scout package.

v1.0.0(2y ago)04MITPHPPHP ^8.0

Since Nov 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/rrakibul/scout-plus)[ Packagist](https://packagist.org/packages/mri/scout-plus)[ RSS](/packages/mri-scout-plus/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Scout Plus
==========

[](#scout-plus)

Introduction
------------

[](#introduction)

Scout Plus is a laravel package based on [Laravel Scout](https://github.com/laravel/scout) package.

Laravel Scout currently provides limited supports to the popular search engines: [Algolia](https://www.algolia.com/) &amp; [Meilisearch](https://github.com/meilisearch/meilisearch).

The objective of this package is to extend the capabilities of Laravel Scout, enabling it to support all operations provided by the supported search engines.

Currenly Scout Plus provides extend support for Meilisearch only.

Installing
----------

[](#installing)

This package requires Laravel 9.0 or later running on PHP 8.0 or higher.

This package can be installed using composer:

```
composer require rrakibul/scout-plus

```

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

[](#documentation)

Documentation for Scout can be found on the [Laravel website](https://laravel.com/docs/master/scout).

Usage
-----

[](#usage)

Please follow the Scout documentation for development instructions.

### Additional usages are given below that will support this package as well.

[](#additional-usages-are-given-below-that-will-support-this-package-as-well)

```
Document::search($q)->whereBetween('updated_at_timestamp', [$from, $to])

```

Now `where` clause will accept three parameters: \[field\], \[operator\], \[value\].

Supported operators: `= , !=, >, =, where('amount', '>' 100)

```

```
// In case you ommit the operator parameter, this package will assume the operator is `=`.

Order::search($q)->where('amount', 100)

```

Note: Currently, the above operations will work only for meilisearch driver.

License
-------

[](#license)

Scout Plus is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

904d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/36432be808e9bfd71b64b7bf8df52d71d993ce7719a6c3258b85f60599c2e00a?d=identicon)[rrakibul](/maintainers/rrakibul)

---

Top Contributors

[![rrakibul](https://avatars.githubusercontent.com/u/2571007?v=4)](https://github.com/rrakibul "rrakibul (15 commits)")

### Embed Badge

![Health badge](/badges/mri-scout-plus/health.svg)

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

###  Alternatives

[jeroen-g/explorer

Next-gen Elasticsearch driver for Laravel Scout.

397612.3k](/packages/jeroen-g-explorer)[teamtnt/laravel-scout-tntsearch-driver

Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch

1.1k2.5M28](/packages/teamtnt-laravel-scout-tntsearch-driver)[algolia/scout-extended

Scout Extended extends Laravel Scout adding algolia-specific features

4186.3M6](/packages/algolia-scout-extended)[romanstruk/manticore-scout-engine

Laravel Manticore Scout Engine

4818.1k](/packages/romanstruk-manticore-scout-engine)[devnoiseconsulting/laravel-scout-postgres-tsvector

PostgreSQL Full Text Search Driver for Laravel Scout

58110.1k](/packages/devnoiseconsulting-laravel-scout-postgres-tsvector)[baijunyao/laravel-scout-elasticsearch

Elasticsearch Driver for Laravel Scout

8023.7k1](/packages/baijunyao-laravel-scout-elasticsearch)

PHPackages © 2026

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