PHPackages                             xvladqt/faker-lorem-flickr - 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. xvladqt/faker-lorem-flickr

ActiveLibrary

xvladqt/faker-lorem-flickr
==========================

loremflickr.com provider for Faker

v1.0.0(5y ago)1580.9k↓34.2%11MITPHPPHP ^5.4 || ^7.0 || ^8.0

Since Jan 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/xvladxtremal/Faker-LoremFlickr)[ Packagist](https://packagist.org/packages/xvladqt/faker-lorem-flickr)[ RSS](/packages/xvladqt-faker-lorem-flickr/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (1)

Faker-LoremFlickr Provider for Faker
====================================

[](#faker-loremflickr-provider-for-faker)

[![Build Status](https://camo.githubusercontent.com/12ff32ce89ea352c4309015a4c7a67e781b2a740f8c84cc4b0130bc018e4ed34/68747470733a2f2f7472617669732d63692e6f72672f78766c6164787472656d616c2f46616b65722d4c6f72656d466c69636b722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/xvladxtremal/Faker-LoremFlickr)

[loremflickr.com](http://loremflickr.com/) provider for [Faker](https://github.com/fzaninotto/Faker).

Install
-------

[](#install)

Install the LoremFlickr Provider by adding `xvladqt/faker-lorem-flickr` to your composer.json or from CLI:

```
$ composer require xvladqt/faker-lorem-flickr

```

Usage
-----

[](#usage)

```
$faker = \Faker\Factory::create();
$faker->addProvider(new \Xvladqt\Faker\LoremFlickrProvider($faker));

$faker->imageUrl($width = 640, $height = 480); // 'http://loremflickr.com/640/480/'
$faker->imageUrl($width, $height, ['cats']);     // 'http://loremflickr.com/640/480/cats/'
$faker->imageUrl($width, $height, ['cats', 'dogs']);     // 'http://loremflickr.com/640/480/cats/'
$faker->imageUrl($width, $height, ['cats'], true); // 'http://loremflickr.com/640/480/cats/?random=1'
$faker->imageUrl($width, $height, ['cats'], true, true); // 'http://loremflickr.com/g/640/480/cats/?random=1' Monochrome image
$faker->image($dir = '/tmp', $width = 640, $height = 480); // '/tmp/13b73edae8443990be1aa8f1a483bc27.jpg'
$faker->image($dir, $width, $height, ['cats']);  // 'tmp/13b73edae8443990be1aa8f1a483bc27.jpg' it's a cat!
$faker->image($dir, $width, $height, ['cats'], false); // '13b73edae8443990be1aa8f1a483bc27.jpg' it's a filename without path
$faker->image($dir, $width, $height, ['cats'], true, false); // it's a no randomize images (default: `true`)
$faker->image($dir, $width, $height, ['cats'], true, true, true); // 'tmp/13b73edae8443990be1aa8f1a483bc27.jpg' it's a monochrome image cat. Default, `null`.
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.7% of commits — single point of failure

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

1947d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/770a62c0c8c5b6c9667da9b262febeaf7f5ccc8fab871f6c4529d74e356dd8f7?d=identicon)[XvladQt](/maintainers/XvladQt)

---

Top Contributors

[![xvladqt](https://avatars.githubusercontent.com/u/1107738?v=4)](https://github.com/xvladqt "xvladqt (18 commits)")[![plumthedev](https://avatars.githubusercontent.com/u/26173777?v=4)](https://github.com/plumthedev "plumthedev (1 commits)")

---

Tags

fakerproviderloremflickr.com

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/xvladqt-faker-lorem-flickr/health.svg)

```
[![Health](https://phpackages.com/badges/xvladqt-faker-lorem-flickr/health.svg)](https://phpackages.com/packages/xvladqt-faker-lorem-flickr)
```

###  Alternatives

[nelmio/alice

Expressive fixtures generator

2.5k43.4M133](/packages/nelmio-alice)[zenstruck/foundry

A model factory library for creating expressive, auto-completable, on-demand dev/test fixtures with Symfony and Doctrine.

78611.9M97](/packages/zenstruck-foundry)[mmo/faker-images

Different images provider for Faker

59370.3k6](/packages/mmo-faker-images)[bluemmb/faker-picsum-photos-provider

picsum.photos provider for Faker

31225.7k1](/packages/bluemmb-faker-picsum-photos-provider)[jonpurvis/faker-stripe

Faker provider for generating fake Stripe IDs

8762.2k](/packages/jonpurvis-faker-stripe)[guidocella/eloquent-populator

Guess attributes for Eloquent model factories

7661.6k2](/packages/guidocella-eloquent-populator)

PHPackages © 2026

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