PHPackages                             t20n/holder - 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. t20n/holder

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

t20n/holder
===========

A placeholder image generator.

v1.0.1(9y ago)1281MITPHPPHP &gt;=5.4.0

Since Oct 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/tonioriol/holder)[ Packagist](https://packagist.org/packages/t20n/holder)[ RSS](/packages/t20n-holder/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Holder
======

[](#holder)

A placeholder image generator.

[![image](https://cloud.githubusercontent.com/assets/712937/19407061/cd653f86-9296-11e6-9be0-44d88dff903b.png)](https://cloud.githubusercontent.com/assets/712937/19407061/cd653f86-9296-11e6-9be0-44d88dff903b.png)

Its framework agnostic but comes with integration for Laravel (Facade, ServiceProvider and route).

Install
-------

[](#install)

`composer require t20n/holder`

General Usage
-------------

[](#general-usage)

There's the `T20n\Holder\Holder` class that has `make` method that accepts `height`, `width`, and optionally third parameter `color` in hex format.

### Example

[](#example)

```
$holder = new T20n\Holder\Holder;
$holder->make($height, $width, $color = 'A8E6CE');
$holder->response('png');
```

Laravel Usage
-------------

[](#laravel-usage)

Add the service provider and alias to the `config/app.php` of your laravel install:

- Provider:`T20n\Holder\HolderServiceProvider::class,`
- Alias:`'Holder' => T20n\Holder\Facades\HolderFacade::class,`

### Example

[](#example-1)

The Laravel Service Provider automatically declares the `holder` route within ready to use, the response is a `png` image of the given dimensions.

Optionally the background color of the image can be set, defaults to `#CCCCCC` otherwise.

`http://laravel.app/holder/640/480/A8E6CE` that is `http://laravel.app/holder/{height}/{width}/{[optional]backgroundColor}`

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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 ~0 days

Total

2

Last Release

3499d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ebe356162147c2041c0ac2e3bd0c5188e9cdbcd3821a162309ab05b6613402d7?d=identicon)[tr0n](/maintainers/tr0n)

---

Top Contributors

[![tonioriol](https://avatars.githubusercontent.com/u/712937?v=4)](https://github.com/tonioriol "tonioriol (8 commits)")

---

Tags

laravelimageplaceholder

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/t20n-holder/health.svg)

```
[![Health](https://phpackages.com/badges/t20n-holder/health.svg)](https://phpackages.com/packages/t20n-holder)
```

###  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)[danihidayatx/image-optimizer

Optimize your Filament images before they reach your database. Forked from joshembling/image-optimizer for Filament v4 &amp; v5 support.

254.4k](/packages/danihidayatx-image-optimizer)[reliqarts/laravel-guided-image

Simplified and ready image manipulation for Laravel via intervention image.

351.4k](/packages/reliqarts-laravel-guided-image)

PHPackages © 2026

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