programic/laravel-fake-face

Laravel package that uses thispersondoesnotexist.com and the fakeface api to generate fake faces.

v1.0.0 2022-09-07 07:09 UTC

This package is auto-updated.

Last update: 2024-05-07 10:48:11 UTC


README

Latest Version on Packagist Total Downloads

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.