PHPackages                             erykai/pluralize - 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. erykai/pluralize

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

erykai/pluralize
================

Converts plural words to singular and singular to plural

v1.1.0(3y ago)0801MITPHPPHP &gt;=8.0

Since Sep 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Erykai/pluralize)[ Packagist](https://packagist.org/packages/erykai/pluralize)[ GitHub Sponsors](https://github.com/Erykai)[ RSS](/packages/erykai-pluralize/feed)WikiDiscussions main Synced today

READMEChangelog (3)DependenciesVersions (4)Used By (1)

Database erykai/pluralize
=========================

[](#database-erykaipluralize)

[![Maintainer](https://camo.githubusercontent.com/8d0c30a6e6bb0e588086373acb7d3cb9c1ff2135f91a52d1a7a99a8670aa1090/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d40616c657864656f766964616c2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://instagram.com/alexdeovidal)[![Source Code](https://camo.githubusercontent.com/0a399957abe21d21accead745c3430e5669f327fb6c5fd86cc96f2345eda1a96/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d6572796b61692f706c7572616c697a652d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/erykai/pluralize)[![PHP from Packagist](https://camo.githubusercontent.com/507a62ae309ba914842ad8d96468a5d8c8ab53ccf06b662b506b2edcb02b3193/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6572796b61692f706c7572616c697a652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/erykai/pluralize)[![Latest Version](https://camo.githubusercontent.com/f950f900f58588a4cb4bb9f0d84121e5fcdc48d9e2cd9d6b12a4f47b9e7e1637/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6572796b61692f706c7572616c697a652e7376673f7374796c653d666c61742d737175617265)](https://github.com/erykai/pluralize/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Quality Score](https://camo.githubusercontent.com/0b83bc48f0029b5ae84326c99c2240354719a97544872233992c016f1f3720eb/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6572796b61692f706c7572616c697a652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/erykai/pluralize)[![Total Downloads](https://camo.githubusercontent.com/a88bac2691e9c82476c837d28e80974fc70bd72c93170d76f9213e25f3bb5de7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6572796b61692f706c7572616c697a652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/erykai/pluralize)

Converts plural words to singular and singular to plural

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

[](#installation)

Composer:

```
"erykai/pluralize": "1.0.*"
```

Terminal

```
composer require erykai/pluralize
```

Pluralize

```
use \Erykai\Pluralize;
require "vendor/autoload.php";
echo (new Pluralize())->plural('friend');
//print friends
```

Singularize

```
use \Erykai\Pluralize;
require "vendor/autoload";
echo (new Pluralize())->plural('friends');
//print friend
```

Contribution
------------

[](#contribution)

All contributions will be analyzed, if you make more than one change, make the commit one by one.

Support
-------

[](#support)

If you find faults send an email reporting to .

Credits
-------

[](#credits)

- [Alex de O. Vidal](https://github.com/alexdeovidal) (Developer)
- [All contributions](https://github.com/erykai/pluralize/contributors) (Contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License](https://github.com/erykai/pluralize/LICENSE) for more information.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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 ~10 days

Total

3

Last Release

1379d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f1795fc67d400661b64ca8a84adeabe383f32b2925daed4d63ec0ef51f14837f?d=identicon)[alexdeovidal](/maintainers/alexdeovidal)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/erykai-pluralize/health.svg)

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

###  Alternatives

[kreait/gcp-metadata

Get the metadata from a Google Cloud Platform environment.

654.9M1](/packages/kreait-gcp-metadata)

PHPackages © 2026

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