PHPackages                             hatchetaustralia/fakerphp-loremflickr-kittens - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. hatchetaustralia/fakerphp-loremflickr-kittens

ActiveLibrary[Image &amp; Media](/categories/media)

hatchetaustralia/fakerphp-loremflickr-kittens
=============================================

Alternative image provider for fakerphp using loremflickr.com

v1.0(4y ago)14.7k↓100%MITPHPPHP ^8.0

Since Apr 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/hatchetaustralia/fakerphp-loremflickr-kittens)[ Packagist](https://packagist.org/packages/hatchetaustralia/fakerphp-loremflickr-kittens)[ Docs](https://github.com/hatchetaustralia/fakerphp-loremflickr-kittens)[ GitHub Sponsors](https://github.com/hatchetaustralia)[ RSS](/packages/hatchetaustralia-fakerphp-loremflickr-kittens/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Fakerphp LoremFlickr Images
===========================

[](#fakerphp-loremflickr-images)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1e70936bf60a0d8f6b5efdd7be5f5ea5d0485d0b5198656eb5cf2e55981da1df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f686174636865746175737472616c69612f66616b65727068702d6c6f72656d666c69636b722d6b697474656e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hatchetaustralia/fakerphp-loremflickr-kittens)[![GitHub Tests Action Status](https://camo.githubusercontent.com/e266620e2f2db8e2bce51826f016d546364f3075b87683d7f82858e2e0115f5d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f686174636865746175737472616c69612f66616b65727068702d6c6f72656d666c69636b722d6b697474656e732f54657374733f6c6162656c3d7465737473)](https://github.com/hatchetaustralia/fakerphp-loremflickr-kittens/actions?query=workflow%3ATests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/82c2e7517068fa06a28c63927072f68a045b1ad891c3974cc6991db18a1fea52/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f686174636865746175737472616c69612f66616b65727068702d6c6f72656d666c69636b722d6b697474656e732f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/hatchetaustralia/fakerphp-loremflickr-kittens/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/9051fecb53a04729855bf60ded4b73fa2c53c57eb7af048f4be8101394efbcbc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686174636865746175737472616c69612f66616b65727068702d6c6f72656d666c69636b722d6b697474656e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hatchetaustralia/fakerphp-loremflickr-kittens)

Introduction
------------

[](#introduction)

Alternative image provider for [fakerphp](https://github.com/fakerphp/faker) using [loremflickr.com](https://loremflickr.com)

*This package has been forked from [smknstd/fakerphp-picsum-images](https://github.com/smknstd/fakerphp-picsum-images)*

Installation
------------

[](#installation)

You can install the package via composer in dev dependency section:

```
composer require --dev hatchetaustralia/fakerphp-loremflickr-kittens
```

Usage
-----

[](#usage)

```
$faker = \Faker\Factory::create();
$faker->addProvider(new \Hatchet\FakerLoremFlickrKittens\FakerLoremFlickrKittensProvider($faker));

// return a string that contains a url like 'https://loremflickr.com/800/600/kitten'
$faker->imageUrl($width = 800, $height = 600);

// download a properly sized image from LoremFlickr into a file with a file path like '/tmp/13b73edae8443990be1aa8f1a483bc27.jpg'
$filePath= $faker->image($dir = '/tmp', $width = 640, $height = 480);
```

Testing
-------

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Arnaud Becher](https://github.com/smknstd)
- [Marcin Morawski](https://github.com/morawskim)
- [Matt Hare](https://github.com/hatchetaustralia)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1474d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a3485b619f8f287aba5325e29d894b0d43b16cc9d413816a39c0b4dc2aa8dd8?d=identicon)[hatchet](/maintainers/hatchet)

---

Tags

phpfakerimagesLoremFlickr

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/hatchetaustralia-fakerphp-loremflickr-kittens/health.svg)

```
[![Health](https://phpackages.com/badges/hatchetaustralia-fakerphp-loremflickr-kittens/health.svg)](https://phpackages.com/packages/hatchetaustralia-fakerphp-loremflickr-kittens)
```

###  Alternatives

[smknstd/fakerphp-picsum-images

Alternative image provider for fakerphp using picsum.photos

45218.1k3](/packages/smknstd-fakerphp-picsum-images)[alirezasedghi/laravel-image-faker

A library to generate fake images for Laravel

1623.2k2](/packages/alirezasedghi-laravel-image-faker)[tihiy-production/php-image-compressor

ImageCompressor - this is an easy way to compress images on the fly

243.8k](/packages/tihiy-production-php-image-compressor)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
