Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-fake-face maintained by programic

Description
Laravel package that uses thispersondoesnotexist.com and the fakeface api to generate fake faces.
Author
Last update
2022/09/07 09:09 (dev-main)
License
Links
Downloads
4 374

Comments
comments powered by Disqus

Programic - Fake Face Generator

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.