PHPackages                             cohesiondx8/rand-name-gen - 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. cohesiondx8/rand-name-gen

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

cohesiondx8/rand-name-gen
=========================

Generate random names.

1.0.7(2y ago)25.9k1MITPHP

Since Jun 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/cohesiondx8/random-name-generator)[ Packagist](https://packagist.org/packages/cohesiondx8/rand-name-gen)[ RSS](/packages/cohesiondx8-rand-name-gen/feed)WikiDiscussions master Synced today

READMEChangelog (8)DependenciesVersions (9)Used By (0)

Random Name Generator
=====================

[](#random-name-generator)

Default usage
-------------

[](#default-usage)

```
$generator = new \CohRNG\Generator();

// Jaded-Slim-Charcoal-Tortoise
echo $generator->generate();

```

### Choose your Adjectives and delimiter

[](#choose-your-adjectives-and-delimiter)

```
$generator = new \CohRNG\Generator([
	'adjectives' => ['color', 'size'],
	'delimiter' => ', '
]);

// Petite, Rouge, Koala
echo $generator->generate();

```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 76.9% 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 ~310 days

Recently: every ~542 days

Total

8

Last Release

765d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/30228487?v=4)[Cohesion DX](/maintainers/CohesionDX8)[@cohesiondx8](https://github.com/cohesiondx8)

---

Top Contributors

[![FlorentMetz](https://avatars.githubusercontent.com/u/7816271?v=4)](https://github.com/FlorentMetz "FlorentMetz (10 commits)")[![cohesion-flotz](https://avatars.githubusercontent.com/u/59478041?v=4)](https://github.com/cohesion-flotz "cohesion-flotz (3 commits)")

### Embed Badge

![Health badge](/badges/cohesiondx8-rand-name-gen/health.svg)

```
[![Health](https://phpackages.com/badges/cohesiondx8-rand-name-gen/health.svg)](https://phpackages.com/packages/cohesiondx8-rand-name-gen)
```

###  Alternatives

[phpexiftool/exiftool

Exiftool is a library for reading, writing and editing meta information. This package is not PHP, but required for the main PHP driver : PHP Exiftool

30397.1k8](/packages/phpexiftool-exiftool)[mageplaza/module-share-cart

Magento 2 Share Cart extension

12201.6k2](/packages/mageplaza-module-share-cart)

PHPackages © 2026

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