random-username-generator
A random username generator with animals, fruits, etc.
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 3 |
| Forks | 0 |
| Open Issues | 0 |
| Last Commit | 2024-05-07 |
| Downloads | 0 |
| Last Indexed | 2026-08-11 05:07 |
Installation
nimble install random-username-generator
choosenim install random-username-generator
git clone https://gitlab.com/uptodown/random-username-generator
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| random-username-generator | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/uptodown/random-username-generator |
|---|---|
| Homepage | https://gitlab.com/uptodown/random-username-generator |
| Registry Source | gitlab |
README
Random Username Generator
A random username generator with animals, fruits, etc.
Installation
To install it with composer:
composer require uptodown/random-username-generator
Simple usage
use Uptodown\RandomUsernameGenerator\Generator;
$generator = new Generator();
$newUsername = $generator->makeNew();