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. chencha/autosuggest

ActiveLibrary

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 1mo ago

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 22% 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

4234d 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

[cmgmyr/messenger

Simple user messaging tool for Laravel

2.6k2.4M6](/packages/cmgmyr-messenger)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

1.1k2.3M49](/packages/proengsoft-laravel-jsvalidation)[prologue/alerts

Prologue Alerts is a package that handles global site messages.

3486.1M30](/packages/prologue-alerts)[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)

PHPackages © 2026

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