programic / laravel-fake-face
Laravel package that uses thispersondoesnotexist.com and the fakeface api to generate fake faces.
Installs: 3 274
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- guzzlehttp/guzzle: ^7.4.5
README
Laravel package that uses thispersondoesnotexist.com and the FakeFace-API to generate fake faces.
Installation
composer require programic/laravel-fake-face
$faker = Faker::create('nl_NL'); $faker->addProvider(new Programic\FakeFace\Services\FakeFaceService($faker));
Basic Usage
# Get fakeface url $faker->fakeFaceUrl();
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security-related issues, please email info@programic.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.