PHPackages                             chencha/autosuggest - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. chencha/autosuggest

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

chencha/autosuggest
===================

Library to quickly check and provide suggestions for words

0.1(11y ago)019PHPPHP &gt;=5.4.0

Since Oct 13Pushed 11y ago2 watchersCompare

[ Source](https://github.com/prodeveloper/autosuggest)[ Packagist](https://packagist.org/packages/chencha/autosuggest)[ RSS](/packages/chencha-autosuggest/feed)WikiDiscussions master Synced today

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

\##Autosuggest The package provides an OOP wrapper around pspell to enable suggestions

\##Installation

```
"require": {
    "chencha/autosuggest": "dev-master"
}

```

Next, update app/config/app.php to include a reference to this package's service provider in the providers array.

```
'providers' => [
    'Chencha\Autosuggest\AutosuggestServiceProvider'
]

```

Add the alias

```
'aliases' => [
    'Autosuggest'=>'Chencha\Autosuggest\Facades\Autosuggest'
]

```

\##Usage

To use the package simply:

```
Autosuggest::check($word);
Autosuggest::suggestions($word);

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

4281d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a87b37a74388f9b12fcdbf3bd4a2df5212a570e1042b1781600116a8e79b791?d=identicon)[jchencha](/maintainers/jchencha)

---

Top Contributors

[![prodeveloper](https://avatars.githubusercontent.com/u/1224225?v=4)](https://github.com/prodeveloper "prodeveloper (8 commits)")

### Embed Badge

![Health badge](/badges/chencha-autosuggest/health.svg)

```
[![Health](https://phpackages.com/badges/chencha-autosuggest/health.svg)](https://phpackages.com/packages/chencha-autosuggest)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k90.5k1](/packages/mike-bronner-laravel-model-caching)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[api-platform/laravel

API Platform support for Laravel

58170.8k14](/packages/api-platform-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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