laravel-fake-face maintained by programic
Programic - Fake Face Generator
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.