Skip to content

Patrikgrinsvall/faker-fantasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

faker-fantasy

WIP - so far only words function works

Fantasy names and locales in fakerphp. Works with vanilla php and with laravel

usage vanilla:

use Faker\Factory;
use Patrikgrinsvall\FakerFantasy\FantasyProvider;

$faker = Factory::create('fantasy');
$faker->addProvider(new FantasyProvider($faker));
$faker->word();

About

Fantasy names and locales in faker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages