Download the PHP package chris-moreton/username-generator without Composer
On this page you can find all versions of the php package chris-moreton/username-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chris-moreton/username-generator
More information about chris-moreton/username-generator
Files in chris-moreton/username-generator
Download chris-moreton/username-generator
More information about chris-moreton/username-generator
Files in chris-moreton/username-generator
Vendor chris-moreton
Package username-generator
Short Description Generate random usernames
License MIT
Package username-generator
Short Description Generate random usernames
License MIT
Please rate this library. Is it a good library?
Informations about the package username-generator
Simple username generator
This is a super-simple username generator, generating names such as "Juicy Falcon" or "Super Pink Osprey".
Add to project using Composer
composer require chris-moreton/username-generator
Usage
include 'vendor/autoload.php';
use Netsensia\Usernames\Generator;
$generator = new Generator();
// create a username with two parts, e.g. Humble-Strawberry
$username = $generator->generate(2);
Development
Clone the repo and compose
git clone [email protected]:chris-moreton/username-generator
cd username-generator
php composer.phar install
Run the tests
bin/phpspec run --format=pretty -vvv --stop-on-failure
All versions of username-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package chris-moreton/username-generator contains the following files
Loading the files please wait ....