PHPackages                             zanderwar/namify - 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. zanderwar/namify

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

zanderwar/namify
================

Generate a random gamified name for use as a username or display name

v1.0.4(3y ago)26MITPHPPHP ^8CI passing

Since Dec 18Pushed 3y agoCompare

[ Source](https://github.com/zanderwar/namify)[ Packagist](https://packagist.org/packages/zanderwar/namify)[ RSS](/packages/zanderwar-namify/feed)WikiDiscussions main Synced 2d ago

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

[![testing](https://github.com/zanderwar/namify/actions/workflows/test.yml/badge.svg)](https://github.com/zanderwar/namify/actions/workflows/test.yml)[![Latest Stable Version](https://camo.githubusercontent.com/bb8fc37fdb8e95a53f93bb5b2d4c16b2fa8bf6fa42af82a24813545f076afcc3/687474703a2f2f706f7365722e707567782e6f72672f7a616e6465727761722f6e616d6966792f76)](https://packagist.org/packages/zanderwar/namify) [![Total Downloads](https://camo.githubusercontent.com/6000d49b6303d12454264b427de17b79dad47e300e908ca618e113038a57e49f/687474703a2f2f706f7365722e707567782e6f72672f7a616e6465727761722f6e616d6966792f646f776e6c6f616473)](https://packagist.org/packages/zanderwar/namify) [![Latest Unstable Version](https://camo.githubusercontent.com/5715f476bbab2498cdb5b85f29f59b8684ff193416874bedb0138b6493a935e7/687474703a2f2f706f7365722e707567782e6f72672f7a616e6465727761722f6e616d6966792f762f756e737461626c65)](https://packagist.org/packages/zanderwar/namify) [![License](https://camo.githubusercontent.com/4d7634e8f7eb8ef343f9dc0f395e20c840720f383f77e45e7f74d819a13b0a52/687474703a2f2f706f7365722e707567782e6f72672f7a616e6465727761722f6e616d6966792f6c6963656e7365)](https://packagist.org/packages/zanderwar/namify) [![PHP Version Require](https://camo.githubusercontent.com/0682eb989ed69e79081a4e0d85b55afdafc2033b5174aa239e739d2ca8d8b6c2/687474703a2f2f706f7365722e707567782e6f72672f7a616e6465727761722f6e616d6966792f726571756972652f706870)](https://packagist.org/packages/zanderwar/namify)

Namify
======

[](#namify)

A simple funny name generator that can be used in lieu of a missing username or display name.

Installation
============

[](#installation)

```
composer install zanderwar/namify
```

Usage
=====

[](#usage)

Generate a random name:

```
use Zanderwar\Namify\Namify;

$name = Namify::generate(); // FunnyZebra
```

Generate multiple unique names:

```
use Zanderwar\Namify\Namify;

for ($i = 0; $i < 10; $i++) {
    $name = Namify::generate(unique: true); // FunnyZebra, CutePanda, SmellyTiger, etc.
}
```

Generate a name that does not exceed a specific length:

```
use Zanderwar\Namify\Namify;

$name = Namify::generate(maxLength: 20); // FunnyZebra
```

Examples
========

[](#examples)

Over 725,000 unique names can be generated, here is a peak at a few:

```
HelplessTurtle
OvercookedChickadee
PointedKite
DeafeningStork
SpanishMagpie
DistantHumpbackWhale
DimwittedEel
TragicShark
RichMouse
PungentParakeet
ShamelessFerret
CrookedBat
StingyTakin
DualCicada
RoastedGoldfish
RosyUnicorn
FearlessBat
WiseWolverine
BurdensomePorcupine
MotionlessClownfish
AustereIrukandjiJellyfish
ThoseQuokka
NeatDog
DentalSeahorse
VacantBlueJay
FragrantPony
CornyLandSnail
ShockedOrca
FumblingLaboratoryRatStrains
KaleidoscopicFlamingo
MatureParrotfish
ShamefulFly
WhisperedSugarGlider
SweetMink
GrotesqueBoxJellyfish
PinkGoose
WeakShrimp
HandyStarnosedMole
HardToFindImpala
ScornfulBlueJay
BaggyStarnosedMole
DarlingMonkey
AnchoredHorse
SuddenMarlin
DarkCobra
WideRainbowTrout
MessyEel
DefiantDonkey
DopeyBuffalo
SleepyFlamingo
GlaringDog
FirsthandDormouse
PiercingBactrianCamel
WavyGrouse
VainSparrow
WobblyCarp
HandmadePrayingMantis
AwfulBarnacle
LongCatshark
PassionateDragon
GlumAnt
PrimeRabbit
MammothFancyMouse
VisibleGroundShark
WickedQuokka
KeenCoyote
FussyBadger
JollyVampireSquid
TatteredHare
DeliciousGiraffe
TrustingTiglon
CriticalSockeyeSalmon
PeriodicLion
AgedHarrier
DampRightWhale
AdolescentLion

```

License
=======

[](#license)

MIT License

Copyright (c) 2022 zanderwar

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

Total

4

Last Release

1293d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Code StyleECS

### Embed Badge

![Health badge](/badges/zanderwar-namify/health.svg)

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

###  Alternatives

[codercat/jwk-to-pem

Convert JWK to PEM format.

1024.9M28](/packages/codercat-jwk-to-pem)[nfephp-org/sped-da

sped-da contêm as classes para criação dos documentos auxiliares referidos no projeto Sped.

152959.5k16](/packages/nfephp-org-sped-da)[magepal/magento2-customeraccountlinksmanager

Customer Account Links Manager for Magento2 allows you to quickly and easily remove unwanted links from customer account dashboard

4389.2k](/packages/magepal-magento2-customeraccountlinksmanager)

PHPackages © 2026

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