patrikgrinsvall/faker-fantasy

Faker provider for fantasy names. Support for the deprecated faker and standalone

Maintainers

Package info

github.com/Patrikgrinsvall/faker-fantasy

pkg:composer/patrikgrinsvall/faker-fantasy

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2022-01-01 13:59 UTC

This package is auto-updated.

Last update: 2026-03-01 00:37:39 UTC


README

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();