PHPackages                             klawdyo/inflector-br - 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. klawdyo/inflector-br

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

klawdyo/inflector-br
====================

Pluralização e singularização de palavras em português

22240↓70%6PHP

Since Sep 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/klawdyo/Inflector-BR)[ Packagist](https://packagist.org/packages/klawdyo/inflector-br)[ RSS](/packages/klawdyo-inflector-br/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Exemplos
--------

[](#exemplos)

### Instalação

[](#instalação)

```
composer require klawdyo/inflector-br
```

### Como usar

[](#como-usar)

```
/**
 * Usando inflexões de palavras em português brasileiro
 */

use Inflector\Inflector;

//Transformando a palavra para o plural
echo Inflector::pluralize('mês');
//Retorna "meses"

//Transformando a palavra para o singular
echo Inflector::singularize('meses');
//Retorna "mês"
```

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/70729edbf535ae7009b0b008c790fdf10a1296e1996f943b2f7542a6eff2af2d?d=identicon)[klawdyo](/maintainers/klawdyo)

---

Top Contributors

[![klawdyo](https://avatars.githubusercontent.com/u/100168?v=4)](https://github.com/klawdyo "klawdyo (22 commits)")[![jeffersongoncalves](https://avatars.githubusercontent.com/u/411493?v=4)](https://github.com/jeffersongoncalves "jeffersongoncalves (3 commits)")[![adhenawer](https://avatars.githubusercontent.com/u/708516?v=4)](https://github.com/adhenawer "adhenawer (1 commits)")

---

Tags

brasilbrazilinflectorphpportugalportugueseportuguese-brazilianportuguese-language

### Embed Badge

![Health badge](/badges/klawdyo-inflector-br/health.svg)

```
[![Health](https://phpackages.com/badges/klawdyo-inflector-br/health.svg)](https://phpackages.com/packages/klawdyo-inflector-br)
```

###  Alternatives

[ziming/laravel-email-sniper-link

Laravel package to generate email sniper links based on given email

1526.0k](/packages/ziming-laravel-email-sniper-link)

PHPackages © 2026

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