This package is abandoned and no longer maintained. No replacement package was suggested.

v1.0.0 2015-07-17 02:34 UTC

This package is not auto-updated.

Last update: 2020-01-24 15:49:05 UTC


README

<?php require_once 'vendor/autoload.php';

use Eklundchristopher\NameGen\Generator;
use Eklundchristopher\NameGen\Recipes\Fantasy;

$generator = new Generator(new Fantasy);
echo $generator->name(2);