PHPackages                             tempest/responsive-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tempest/responsive-image

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tempest/responsive-image
========================

Server-side responsive images with PHP

1.0.0(1mo ago)1286↓55.6%1[3 PRs](https://github.com/tempestphp/responsive-image/pulls)1MITPHPPHP ^8.5

Since May 29Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/tempestphp/responsive-image)[ Packagist](https://packagist.org/packages/tempest/responsive-image)[ GitHub Sponsors](https://github.com/brendt)[ RSS](/packages/tempest-responsive-image/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (3)Dependencies (12)Versions (3)Used By (1)

Responsive images with PHP
==========================

[](#responsive-images-with-php)

Generate responsive images with PHP and render the correct HTML.

Important

This package is still a work in progress! Feel free to open issues.

Quickstart
----------

[](#quickstart)

```
composer require tempest/responsive-image
```

```
use Tempest\ResponsiveImage\ResponsiveImageFactory;
use Tempest\ResponsiveImage\ResponsiveImageConfig;

$config = new ResponsiveImageConfig(
    srcPath: __DIR__ . '/path/to/image/sources',
    publicPath: __DIR__ . '/../public',
);

$imageFactory = new ResponsiveImageFactory($config);

$image = $imageFactory->create('/parrot.jpg');

echo $image->html;

//
```

In depth
--------

[](#in-depth)

Read the full docs here:

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance89

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity52

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

56d ago

Major Versions

0.0.1 → 1.0.02026-05-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/5cb3720658b52133e7200a378eae26508fb343534a3c115bd3ee74ea9d501ba2?d=identicon)[brendt](/maintainers/brendt)

---

Top Contributors

[![brendt](https://avatars.githubusercontent.com/u/6905297?v=4)](https://github.com/brendt "brendt (14 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tempest-responsive-image/health.svg)

```
[![Health](https://phpackages.com/badges/tempest-responsive-image/health.svg)](https://phpackages.com/packages/tempest-responsive-image)
```

###  Alternatives

[laravolt/avatar

Turn name, email, and any other string into initial-based avatar or gravatar.

2.0k5.8M39](/packages/laravolt-avatar)[azuracast/azuracast

The AzuraCast self-hosted web radio station management suite.

3.9k27.8k](/packages/azuracast-azuracast)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19346.6k3](/packages/symfony-ux-cropperjs)[october/rain

October Rain Library

1601.7M87](/packages/october-rain)[flarum/core

Delightfully simple forum software.

211.4M2.4k](/packages/flarum-core)

PHPackages © 2026

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