patrikgrinsvall / faker-fantasy
Faker provider for fantasy names. Support for the deprecated faker and standalone
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/patrikgrinsvall/faker-fantasy
Requires
- illuminate/support: ^8.77
- pestphp/pest: ^1.21
- pestphp/pest-plugin-faker: ^1.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-09-29 02:52:07 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();