PHPackages                             madhouseplatform/random-names-generator - 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. madhouseplatform/random-names-generator

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

madhouseplatform/random-names-generator
=======================================

Small library that generates a Docker like random name from the list of adjectives and surnames of famous people in the science and tech world.

1.0.5(4y ago)0134—0%MITPHPPHP ^8.1.0

Since Feb 16Pushed 4y agoCompare

[ Source](https://github.com/MadhousePlatform/names-generator-php)[ Packagist](https://packagist.org/packages/madhouseplatform/random-names-generator)[ RSS](/packages/madhouseplatform-random-names-generator/feed)WikiDiscussions main Synced 1mo ago

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

Random Names Generator
======================

[](#random-names-generator)

Small library that generates a **Docker** like random name from the list of adjectives and surnames of famous people in the science and tech world.

#### Examples

[](#examples)

- inspiring-wozniak
- nifty-einstein
- nervous.carson
- goofy-cartwright-93
- dazzling.austin.12837

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

[](#installation)

This package uses [composer](https://getcomposer.org/) so you can just add `madhouseplatform/random-names-generator` as a dependency to your `composer.json` file or execute the following command:

```
composer require madhouseplatform/random-names-generator
```

Usage
-----

[](#usage)

Nothing too fancy here.

```
use Nordpeak\NamesGenerator;

// default behaviour
NamesGenerator::generate(); // => "inspiring-wozniak"

// change delimiter
NamesGenerator::generate(["delimiter" => "."]); // => "nifty.einstein"

// with additional random token
NamesGenerator::generate(["token" => 5]); // => "quirky-hoover-82736"
```

Options
-------

[](#options)

The following options are available:

```
NamesGenerator::generate([
  "delimiter" => "-",
  "token" => 4
]);
```

Credits
-------

[](#credits)

Based on [SimplyCreativeStudio](https://github.com/SimplyCreativeStudio/names-generator-php/names-generator-php)

---

Heavily inspired and sourced from the docker namesgenerator library.

---

Code and setup based on atrox/haikunator library.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

1552d ago

### Community

Maintainers

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

---

Top Contributors

[![GlennEngelen](https://avatars.githubusercontent.com/u/7737619?v=4)](https://github.com/GlennEngelen "GlennEngelen (4 commits)")[![SketchNI](https://avatars.githubusercontent.com/u/11874768?v=4)](https://github.com/SketchNI "SketchNI (4 commits)")

---

Tags

randomgeneratorinspiring

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/madhouseplatform-random-names-generator/health.svg)

```
[![Health](https://phpackages.com/badges/madhouseplatform-random-names-generator/health.svg)](https://phpackages.com/packages/madhouseplatform-random-names-generator)
```

###  Alternatives

[mistic100/randomcolor

Generate attractive random colors

2431.4M6](/packages/mistic100-randomcolor)[ihor/nspl

Non-standard PHP library (NSPL) - functional primitives toolbox and more

381368.5k](/packages/ihor-nspl)[nubs/random-name-generator

A library to create interesting, sometimes entertaining, random names.

135680.2k3](/packages/nubs-random-name-generator)[gladcodes/keygen

A fluent PHP random key generator.

119668.9k2](/packages/gladcodes-keygen)[markrogoyski/itertools-php

Iteration tools for PHP

14911.3k](/packages/markrogoyski-itertools-php)[delight-im/random

The most convenient way to securely generate anything random in PHP

2345.4k](/packages/delight-im-random)

PHPackages © 2026

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