PHPackages                             guywarner/laravel-singlestore-fulltext - 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. guywarner/laravel-singlestore-fulltext

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

guywarner/laravel-singlestore-fulltext
======================================

Package to use SingleStore DB's match() function for full text search adding Model::match()-&gt;get() to Models

v1.0.0(3y ago)24.4k[2 PRs](https://github.com/guywarner/laravel-singlestore-fulltext/pulls)MITPHPPHP ^8.1

Since Sep 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/guywarner/laravel-singlestore-fulltext)[ Packagist](https://packagist.org/packages/guywarner/laravel-singlestore-fulltext)[ Docs](https://github.com/guywarner/laravel-singlestore-fulltext)[ RSS](/packages/guywarner-laravel-singlestore-fulltext/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (7)Versions (5)Used By (0)

Package to use SingleStore DB's match() function for full text search adding Model::match()-&gt;get() to Models
===============================================================================================================

[](#package-to-use-singlestore-dbs-match-function-for-full-text-search-adding-modelmatch-get-to-models)

[![Latest Version on Packagist](https://camo.githubusercontent.com/848c7875cafa48303a3cf932d7d8bf1c4f38eec5acacabd32a953448725342d0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6775797761726e65722f6c61726176656c2d73696e676c6573746f72652d66756c6c746578742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/guywarner/laravel-singlestore-fulltext)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7407be53b9d69902cf0da4fc7e2529165a18f3f85cc13f31ccccf0f140cd00cc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6775797761726e65722f6c61726176656c2d73696e676c6573746f72652d66756c6c746578742f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/guywarner/laravel-singlestore-fulltext/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/0df9f9302744525e7affabd25e53d6e490b9a9c60594a25467aa3712a86d2f53/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6775797761726e65722f6c61726176656c2d73696e676c6573746f72652d66756c6c746578742f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/guywarner/laravel-singlestore-fulltext/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/1effc9ff63009321635e5f04c15155c5ad295aba3ee36d2bb42e32a55be9a818/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6775797761726e65722f6c61726176656c2d73696e676c6573746f72652d66756c6c746578742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/guywarner/laravel-singlestore-fulltext)

A simple package to add [match()](https://docs.singlestore.com/managed-service/en/reference/sql-reference/full-text-search-functions/match.html) function to Laravel models

```
User::match(['first_name', 'last_name'], 'Guy Warner')->get()
```

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

[](#installation)

You can install the package via composer:

```
composer require guywarner/laravel-singlestore-fulltext
```

Add your FULLTEXT index. If the index is missing SDB will error with:

```
Can't find FULLTEXT index matching the column list

```

Extend the model you want to search:

```
use Guywarner\LaravelSinglestoreFulltext\Models\SingleStoreModel;

class Mopdel extends SingleStoreModel
{
}
```

Usage
-----

[](#usage)

```
Model::match(['column1', 'column2'], 'search term')->get();
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Guy Warner](https://github.com/guywarner)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

1321d ago

### Community

Maintainers

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

---

Top Contributors

[![guywarner](https://avatars.githubusercontent.com/u/4702580?v=4)](https://github.com/guywarner "guywarner (27 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")

---

Tags

laravelphpsinglestorelaravelguywarnerlaravel-singlestore-fulltext

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/guywarner-laravel-singlestore-fulltext/health.svg)

```
[![Health](https://phpackages.com/badges/guywarner-laravel-singlestore-fulltext/health.svg)](https://phpackages.com/packages/guywarner-laravel-singlestore-fulltext)
```

###  Alternatives

[mailerlite/laravel-elasticsearch

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

934529.3k2](/packages/mailerlite-laravel-elasticsearch)[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)[spatie/laravel-site-search

A site search engine

300129.1k](/packages/spatie-laravel-site-search)[devnoiseconsulting/laravel-scout-postgres-tsvector

PostgreSQL Full Text Search Driver for Laravel Scout

58110.1k](/packages/devnoiseconsulting-laravel-scout-postgres-tsvector)[eightynine/filament-docs

Elegant documentation system for your Filament application with search, navigation, and markdown support

122.5k1](/packages/eightynine-filament-docs)

PHPackages © 2026

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