PHPackages                             kashif/full-text-search - 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. kashif/full-text-search

ActiveLibrary

kashif/full-text-search
=======================

full text search laravel package

v1.0.1(3y ago)46MITPHPPHP ^7.3|^8.0

Since Sep 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Ch-Kashif171/full-text-search)[ Packagist](https://packagist.org/packages/kashif/full-text-search)[ RSS](/packages/kashif-full-text-search/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

full-text-search
================

[](#full-text-search)

Getting Started
---------------

[](#getting-started)

Install full text search via Composer

Note: If you do not have Composer yet, you can install it by following the instructions on

Step 1. Install package
=======================

[](#step-1-install-package)

```
composer require kashif/full-text-search

```

after installing this package, include FullTextSearch Trail in your model so a scope is now available called 'search', then add folowing code in your model.

```
protected $searchable = [
    'title', 'name', 'email'
];
```

Then when you want to apply full text search on specific model, do something like below.

```
User::search('john')->get();
```

\####Note: Full text search with fulltext indexing by make apply fields indexing. so you can add indexes like below.

```
ALTER TABLE`users` ADD FULLTEXT search(name, email);
```

After this full text search should work.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Every ~0 days

Total

2

Last Release

1345d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/73ca1ff4fdae6d345a63d4b9291a77a1e92fdf97e530af57b239a35401e47144?d=identicon)[Ch-Kashif171](/maintainers/Ch-Kashif171)

---

Top Contributors

[![ch-kashif171](https://avatars.githubusercontent.com/u/10650083?v=4)](https://github.com/ch-kashif171 "ch-kashif171 (7 commits)")

### Embed Badge

![Health badge](/badges/kashif-full-text-search/health.svg)

```
[![Health](https://phpackages.com/badges/kashif-full-text-search/health.svg)](https://phpackages.com/packages/kashif-full-text-search)
```

PHPackages © 2026

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