Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrikgrinsvall/faker-fantasy
Fantasy names and locales in faker
https://github.com/patrikgrinsvall/faker-fantasy
Last synced: about 1 month ago
JSON representation
Fantasy names and locales in faker
- Host: GitHub
- URL: https://github.com/patrikgrinsvall/faker-fantasy
- Owner: Patrikgrinsvall
- Created: 2022-01-01T13:55:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T13:59:30.000Z (about 3 years ago)
- Last Synced: 2024-11-24T20:42:05.783Z (about 2 months ago)
- Language: PHP
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# faker-fantasy
WIP - so far only words function worksFantasy 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();
```