PHPackages                             yaroslawww/laravel-lorem-image - 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. yaroslawww/laravel-lorem-image

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

yaroslawww/laravel-lorem-image
==============================

Generates a configured preview image.

2.0.0(3y ago)222MITPHPPHP ^8.1

Since Sep 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/yaroslawww/laravel-lorem-image)[ Packagist](https://packagist.org/packages/yaroslawww/laravel-lorem-image)[ Docs](https://github.com/yaroslawww/laravel-lorem-image)[ RSS](/packages/yaroslawww-laravel-lorem-image/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (6)Versions (5)Used By (0)

Laravel lorem image url generator.
==================================

[](#laravel-lorem-image-url-generator)

[![Packagist License](https://camo.githubusercontent.com/fd998697603e11b4e92780e3e673aacabe0d84257b913b46929e804d89d23ba0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7961726f736c617777772f6c61726176656c2d6c6f72656d2d696d6167653f636f6c6f723d253233346463373166)](https://camo.githubusercontent.com/fd998697603e11b4e92780e3e673aacabe0d84257b913b46929e804d89d23ba0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7961726f736c617777772f6c61726176656c2d6c6f72656d2d696d6167653f636f6c6f723d253233346463373166)[![Build Status](https://camo.githubusercontent.com/d750b045b07218a199ecd4786eb6039a3da4c6a86dc455661f3346eda1fdd4ba/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7961726f736c617777772f6c61726176656c2d6c6f72656d2d696d6167652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/yaroslawww/laravel-lorem-image/build-status/master)[![Code Coverage](https://camo.githubusercontent.com/a65faa7e051aa4fe51c5a8dac028027855f06881d5fd0a333ac47eb8a3554a76/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7961726f736c617777772f6c61726176656c2d6c6f72656d2d696d6167652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/yaroslawww/laravel-lorem-image/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/112e46203be1540a29fd26da2217854c669fa5bce8638d97982fa701b3006edf/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7961726f736c617777772f6c61726176656c2d6c6f72656d2d696d6167652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/yaroslawww/laravel-lorem-image/?branch=master)

Generates a configured preview image.

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

[](#installation)

Install the package via composer:

```
composer require yaroslawww/laravel-lorem-image
# Or only for development purposes
composer require yaroslawww/laravel-lorem-image --dev
```

Optionally you can publish the config file with:

```
php artisan vendor:publish --provider="Limsum\ServiceProvider" --tag="config"
```

If you need to use `color-block` driver, then please add routes to web.php

```
\Limsum\Facades\Limsum::routes();

```

Usage
-----

[](#usage)

```
\Limsum::url();
// or
\Limsum\Facades\Limsum::size(274, 200)->svg()->url();
\Limsum\Facades\Limsum::driver('color-block')->size(274, 200)->svg()->url();
\Limsum\Facades\Limsum::url([
    'width' => 274,
    'height' => 200
]);
\Limsum\Facades\Limsum::url('thumbnail');
\Limsum\Facades\Limsum::driver('lorem-picsum')->size(274, 200)->random()->url()

```

Example image for development purpose with lazy loading. (Lazy loading not includes in package)

```

```

Credits
-------

[](#credits)

- [![Think Studio](https://camo.githubusercontent.com/8e541bece07d503c85a126b5294865faa00e27371048772f566a0cce8c01fd3a/68747470733a2f2f7961726f736c617777772e6769746875622e696f2f696d616765732f73706f6e736f72732f7061636b616765732f6c6f676f2d7468696e6b2d73747564696f2e706e67)](https://think.studio/)
- [![](https://camo.githubusercontent.com/0a107fc88922a6e0aaf00a577d2b7e48f23adfe822bf607cce8e2c74f68e7a52/68747470733a2f2f7777772e676f6f676c652e636f6d2f73322f66617669636f6e733f646f6d61696e3d70696373756d2e70686f746f73) picsum.photos](https://picsum.photos/)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

Every ~126 days

Total

4

Last Release

1316d ago

Major Versions

1.0.2 → 2.0.02022-10-05

PHP version history (2 changes)1.0.0PHP ^8.0

2.0.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23663794?v=4)[yaroslawww](/maintainers/yaroslawww)[@yaroslawww](https://github.com/yaroslawww)

---

Top Contributors

[![yaroslawww](https://avatars.githubusercontent.com/u/23663794?v=4)](https://github.com/yaroslawww "yaroslawww (19 commits)")

---

Tags

laravelimagelorem

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/yaroslawww-laravel-lorem-image/health.svg)

```
[![Health](https://phpackages.com/badges/yaroslawww-laravel-lorem-image/health.svg)](https://phpackages.com/packages/yaroslawww-laravel-lorem-image)
```

###  Alternatives

[intervention/image-laravel

Laravel Integration of Intervention Image

1496.5M102](/packages/intervention-image-laravel)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[spescina/imgproxy

An image proxy for Laravel

201.3k](/packages/spescina-imgproxy)

PHPackages © 2026

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