PHPackages                             nordpeak/readable-string-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. nordpeak/readable-string-generator

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

nordpeak/readable-string-generator
==================================

Small library that generates a random human readable string.

1.0.2(5y ago)05MITPHPPHP ~7.0

Since Aug 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/SimplyCreativeStudio/readable-string-generator-php)[ Packagist](https://packagist.org/packages/nordpeak/readable-string-generator)[ RSS](/packages/nordpeak-readable-string-generator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Readable String Generator
=========================

[](#readable-string-generator)

Small library that generates a random human readable string.

#### Examples

[](#examples)

- WASABO
- LALOGO
- WOXIVA
- XORUKO
- MODU
- XUSU

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

[](#installation)

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

```
composer require nordpeak/readable-string-generator
```

Usage
-----

[](#usage)

Very straightforward.

```
use Nordpeak\ReadableStringGenerator;

// default behaviour
ReadableStringGenerator::generate(); // => "WASABO"

// change length
ReadableStringGenerator::generate(["length" => "4"]); // => "MODU"
```

Options
-------

[](#options)

The following options are available:

```
ReadableStringGenerator::generate([
  "length" => "8" // default = 6
]);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

3

Last Release

2100d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d59f36a224b7b877a20ba5e9bfabcd69bdd24fc86657052f3a7e90854030217?d=identicon)[GlennEngelen](/maintainers/GlennEngelen)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nordpeak-readable-string-generator/health.svg)

```
[![Health](https://phpackages.com/badges/nordpeak-readable-string-generator/health.svg)](https://phpackages.com/packages/nordpeak-readable-string-generator)
```

###  Alternatives

[pharaonic/php-dot-array

Access array data quickly/easily using dot-notation and asterisk.

1011.6k3](/packages/pharaonic-php-dot-array)

PHPackages © 2026

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