PHPackages                             phpjerk/gender-neutral - 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. phpjerk/gender-neutral

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

phpjerk/gender-neutral
======================

Make your text gender neutral so people don't get their panties in a bunch. (and yes, men can wear panties too!)

v1.0(12y ago)326PHPPHP &gt;=5.3.0

Since Dec 5Pushed 12y ago1 watchersCompare

[ Source](https://github.com/phpjerk/gender-neutral)[ Packagist](https://packagist.org/packages/phpjerk/gender-neutral)[ RSS](/packages/phpjerk-gender-neutral/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/007c47afea53305c21dca8266db992b1d3e6cc5edde0ed06e175b78873b493bd/68747470733a2f2f7472617669732d63692e6f72672f7068706a65726b2f67656e6465722d6e65757472616c2e706e67)](https://travis-ci.org/phpjerk/gender-neutral)

PHPJerk's Gender Neutral Library v1
===================================

[](#phpjerks-gender-neutral-library-v1)

Simple library that takes your text and removes all gender specific pronouns.

Install
-------

[](#install)

Open up that composer.json and drop this

```
	"phpjerk/gender-neutral": "dev-master"

```

Usage
-----

[](#usage)

```
	$nu = new Phpjerk\GenderNeutral\GenderNeutral;

	$text = "Read errors are reported only if nsent==0, otherwise we return nsent. The user needs to know that some data has already been sent, to stop him from sending it twice.";

	echo $nu->neuter($text);
```

You can also change the 'bad' words and the 'good' word to replace it.

```
	$nu->setNonoWords(['ducky', 'creamy', 'Brad Pitt']);
	$nu->setGoodWord('scrumdiddlyumptious');
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4542d ago

### Community

Maintainers

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

---

Top Contributors

[![phpjerk](https://avatars.githubusercontent.com/u/6117937?v=4)](https://github.com/phpjerk "phpjerk (11 commits)")[![AmyStephen](https://avatars.githubusercontent.com/u/95525?v=4)](https://github.com/AmyStephen "AmyStephen (1 commits)")[![asgrim](https://avatars.githubusercontent.com/u/496145?v=4)](https://github.com/asgrim "asgrim (1 commits)")

### Embed Badge

![Health badge](/badges/phpjerk-gender-neutral/health.svg)

```
[![Health](https://phpackages.com/badges/phpjerk-gender-neutral/health.svg)](https://phpackages.com/packages/phpjerk-gender-neutral)
```

PHPackages © 2026

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