bradietilley / faker-catz
Faker for cat profile pics
v1.1.1
2024-04-13 23:20 UTC
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
Cat image faker for PHP.
Introduction
FakerCatz is a lightweight PHP package designed to generate fake cat 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-catz
Documentation
The documentation for this is the same as the base Imagez documentation, except instead of imagez()
you'll need to use catz()
.
Quick example:
catz()->path(); // string path: /path/to/pics/cat_0037.jpg catz()->path(); // string path: /path/to/pics/cat_0101.jpg catz()->all(); // array of string paths