Download the PHP package probablyrational/random-name-generator without Composer
On this page you can find all versions of the php package probablyrational/random-name-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download probablyrational/random-name-generator
More information about probablyrational/random-name-generator
Files in probablyrational/random-name-generator
Package random-name-generator
Short Description A library to create interesting, sometimes entertaining, random names. (Based on nubs/random-name-generator)
License MIT
Informations about the package random-name-generator
Random Name Generator
A PHP library to create interesting, sometimes entertaining, random names. Based on nubs/random-name-generator!
This fork will be maintained with adinitial generators intended for duct.me
Requirements
This library requires PHP 5.6, or newer.
Installation
This package uses composer so you can just add
nubs/random-name-generator
as a dependency to your composer.json
file or
execute the following command:
Generators
All
The "all" generator will utilize all other configured generators to generate random names. It will select from the list of generators randomly and then use them to generate a random name using their functionality.
Usage
Alternatively, if you want to configure/build the generators to use instead of using all of the available generators, you can construct them yourself:
Video Game Names
The video game name generator is based off of prior art. It will generate unique names based off of "typical" video games.
Examples
- Kamikaze Bubblegum Warrior
- Rockin' Valkyrie Gaiden
- Neurotic Jackhammer Detective
- My Little Mountain Climber Conflict
- Small-Time Princess vs. The Space Mutants
You can also use this web example to see more example video game names generated by this library.
Usage
Alliterative Names
The sketchy name generator is based off of a server called verylegit.
Examples
- Agreeable Anaconda
- Disturbed Duck
- Misty Meerkat
- Prickly Pig
Usage
Sketchy Names
The alliteration name generator is based off of a list of adjectives and a list of animals.
Examples
- Verification-safe.com2Fcryptolocker.js3Fauthorize=action
- Facebook.com2Ftrojan.gp3Fjava0day=x64
- Google.com2Fpccleaner.rar3Fpassword=pccleaner
- Appleeid-apple.com2Fwebcam.gp3Flogin=ip-camera
Usage
License
random-name-generator is licensed under the MIT license. See LICENSE for the full license text.