PHPackages                             atatusoft-ltd/plural - 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. atatusoft-ltd/plural

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

atatusoft-ltd/plural
====================

Plural is a library that provides natural language pluralization functions for PHP.

1.2.0(1y ago)0136↓100%1MITPHPPHP ^8.3

Since Dec 18Pushed 1y agoCompare

[ Source](https://github.com/atatusoft-ltd/plural)[ Packagist](https://packagist.org/packages/atatusoft-ltd/plural)[ RSS](/packages/atatusoft-ltd-plural/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (1)

### Overview

[](#overview)

Plural is a library that provides natural language pluralization functions for PHP. The library currently supports the following languages:

- English

However, Plural can easily be extended to support any language. If your language is not supported, you are encouraged to contribute a rules file to the project.

### Usage

[](#usage)

```
plural('dog');      # dogs
plural('matrix');   # matrices
plural('mouse');    # mice
plural('person');   # people
plural('sheep');    # sheep

```

### Tests

[](#tests)

Plural uses the [PHPUnit](http://www.phpunit.de/) unit testing framework to test the code. In order to run the tests, do the following from the project root directory:

```
$ phpunit tests/Plural.php

```

### Requirements

[](#requirements)

Plural requires PHP version 5 or greater.

### License

[](#license)

Plural is released under the terms of the MIT license. Please read the LICENSE file for further information.

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance42

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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 ~0 days

Total

2

Last Release

506d ago

### Community

Maintainers

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

---

Top Contributors

[![mjackson](https://avatars.githubusercontent.com/u/92839?v=4)](https://github.com/mjackson "mjackson (18 commits)")[![amasiyelr](https://avatars.githubusercontent.com/u/141437318?v=4)](https://github.com/amasiyelr "amasiyelr (2 commits)")[![amasiye](https://avatars.githubusercontent.com/u/5607605?v=4)](https://github.com/amasiye "amasiye (1 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/atatusoft-ltd-plural/health.svg)

```
[![Health](https://phpackages.com/badges/atatusoft-ltd-plural/health.svg)](https://phpackages.com/packages/atatusoft-ltd-plural)
```

###  Alternatives

[icehouse-ventures/laravel-mermaid

Simple package to generate diagrams in Laravel using the Mermaid.js library

2630.0k](/packages/icehouse-ventures-laravel-mermaid)

PHPackages © 2026

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