patrikgrinsvall / faker-fantasy
Faker provider for fantasy names. Support for the deprecated faker and standalone
dev-master
2022-01-01 13:59 UTC
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-03-01 00:36:52 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();