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

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

nuxed/inflector
===============

Nuxed Inflector

v1.0.0(6y ago)034MITHack

Since Nov 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/nuxed/inflector)[ Packagist](https://packagist.org/packages/nuxed/inflector)[ RSS](/packages/nuxed-inflector/feed)WikiDiscussions develop Synced 5d ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

[![](https://avatars3.githubusercontent.com/u/45311177?s=200&v=4)](https://avatars3.githubusercontent.com/u/45311177?s=200&v=4)

[![Build Status](https://camo.githubusercontent.com/603f1cb474ac4ddd690ec79bc09cb99542b0df2423dbb6f2b415021096d9dd01/68747470733a2f2f7472617669732d63692e6f72672f6e757865642f696e666c6563746f722e737667)](https://travis-ci.org/nuxed/inflector)[![Total Downloads](https://camo.githubusercontent.com/2b128bdec8b6fd0e917b037bddff0e0a5ba02dbe87e2bc341b0a3607dcf300e2/68747470733a2f2f706f7365722e707567782e6f72672f6e757865642f696e666c6563746f722f642f746f74616c2e737667)](https://packagist.org/packages/nuxed/inflector)[![Latest Stable Version](https://camo.githubusercontent.com/4990b3f05d9d347f5b05ae4838734200978f7736b574f019e56fab2a586cfd4b/68747470733a2f2f706f7365722e707567782e6f72672f6e757865642f696e666c6563746f722f762f737461626c652e737667)](https://packagist.org/packages/nuxed/inflector)[![License](https://camo.githubusercontent.com/1fbdc0cb7d7528cdf0af2cc0d71944ff69aa31f2e620873d2d75bd232790c062/68747470733a2f2f706f7365722e707567782e6f72672f6e757865642f696e666c6563746f722f6c6963656e73652e737667)](https://packagist.org/packages/nuxed/inflector)

Nuxed Inflector
===============

[](#nuxed-inflector)

The Nuxed Inflector component converts words between their singular and plural forms (English only)

### Installation

[](#installation)

This package can be installed with [Composer](https://getcomposer.org).

```
$ composer require nuxed/inflector
```

### Example

[](#example)

```
use namespace Nuxed\Inflector;

async function main(): Awaitable {
  $singular = Inflector\Inflector::singularize('children');
  // > vec['child']

  $plural = Inflector\Inflector::pluralize('bacterium');
  // > vec['bacteria']
}
```

---

### Security

[](#security)

For information on reporting security vulnerabilities in Nuxed, see [SECURITY.md](SECURITY.md).

---

### License

[](#license)

Nuxed is open-sourced software licensed under the MIT-licensed.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

2370d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8489d7c85bfa7c637b8e13484f3f659652aea0568b6e7f9e66edeb0649b5a2f1?d=identicon)[azjezz](/maintainers/azjezz)

---

Top Contributors

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

---

Tags

hackhack-langhhvminflectornuxedpluralizesingularize

### Embed Badge

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

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

###  Alternatives

[hhvm/hsl

The Hack Standard Library

1151.1M55](/packages/hhvm-hsl)

PHPackages © 2026

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