Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

eklundchristopher/name-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name Generator

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

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages