bradietilley / faker-dogz
Faker for cat profile pics
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bradietilley/faker-dogz
Requires
- bradietilley/faker-imagez: ^1.1
- illuminate/support: ^10.0|^11.0
Requires (Dev)
- laravel/pint: ^1.0
- pestphp/pest: ^2.0
- phpstan/phpstan: ^1.8
- symfony/var-dumper: ^6.1.5
README
Dog image faker for PHP.
Introduction
FakerDogz is a lightweight PHP package designed to generate fake dog images that can be used for a variety of purposes, like avatars and other placeholders.
All images are 1024*1024 60% quality JPEGs, resulting in 50-130KB per image.
Repositories
Imagez available:
Installation
composer require bradietilley/faker-dogz
Documentation
The documentation for this is the same as the base Imagez documentation, except instead of imagez() you'll need to use dogz().
Quick example:
dogz()->path(); // string path: /path/to/pics/dog_0037.jpg dogz()->path(); // string path: /path/to/pics/dog_0101.jpg dogz()->all(); // array of string paths
