PHPackages                             saverty/language-corrector - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. saverty/language-corrector

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

saverty/language-corrector
==========================

Correction orthographique

v1.0(6y ago)032MITPHPPHP ^7.1

Since Jul 31Pushed 6y ago1 watchersCompare

[ Source](https://github.com/saverty/language-corrector)[ Packagist](https://packagist.org/packages/saverty/language-corrector)[ Docs](https://github.com/saverty/language-corrector)[ RSS](/packages/saverty-language-corrector/feed)WikiDiscussions master Synced yesterday

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

Correcteur orthographique
=========================

[](#correcteur-orthographique)

A propos
--------

[](#a-propos)

Vérifie le nombre de fautes d'orthographe dans une phrase et propose des corrections. Disponible en Français.

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

[](#installation)

- Installation via composer : `composer require saverty/language-corrector`

Usage
-----

[](#usage)

### Récupérer le nombre de fautes

[](#récupérer-le-nombre-de-fautes)

```
use Saverty\LanguageCorrector\LanguageCorrector;

$languageCorrector = new LanguageCorrector('Ceci est un test', 'fr');

echo $languageCorrector->numberOfErrors(); //"0"

```

### Récupérer les suggestions de correction

[](#récupérer-les-suggestions-de-correction)

```
use Saverty\LanguageCorrector\LanguageCorrector;

$languageCorrector = new LanguageCorrector('Ceci est un test', 'fr');

echo $languageCorrector->suggestions();

```

-
- [Linkedin](https://www.linkedin.com/in/steve-averty-64808a62/)
- [Twitter](https://twitter.com/steveaverty)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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

Unknown

Total

1

Last Release

2478d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/67e651c79bd8a41774573c78312ccbd8428a04effe552b4921e29fab6b7bfaab?d=identicon)[AvertySteve](/maintainers/AvertySteve)

---

Top Contributors

[![saverty](https://avatars.githubusercontent.com/u/13039385?v=4)](https://github.com/saverty "saverty (2 commits)")

---

Tags

savertylanguage-corrector

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/saverty-language-corrector/health.svg)

```
[![Health](https://phpackages.com/badges/saverty-language-corrector/health.svg)](https://phpackages.com/packages/saverty-language-corrector)
```

###  Alternatives

[aporat/store-receipt-validator

PHP receipt validator for Apple App Store and Amazon Appstore

6503.9M9](/packages/aporat-store-receipt-validator)[robertogallea/laravel-codicefiscale

Codice fiscale validation for php/laravel

58151.6k1](/packages/robertogallea-laravel-codicefiscale)[speelpenning/laravel-postcode-nl

A Laravel client using the Postcode.eu REST API for Dutch address verification.

1221.1k](/packages/speelpenning-laravel-postcode-nl)

PHPackages © 2026

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