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

0.0.1(1w ago)163↑233.3%1MITPHPPHP ^8.5

Since May 29Pushed 1w 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 (1)Dependencies (6)Versions (2)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

42

—

FairBetter than 88% of packages

Maintenance98

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity40

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

Unknown

Total

1

Last Release

11d ago

### 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.6M38](/packages/laravolt-avatar)[unopim/unopim

UnoPim Laravel PIM

10.1k2.2k](/packages/unopim-unopim)[inovector/mixpost

Self-hosted social media management software.

3.3k5.7k2](/packages/inovector-mixpost)[fisharebest/webtrees

webtrees online genealogy

77216.0k18](/packages/fisharebest-webtrees)[flarum/core

Delightfully simple forum software.

261.4M2.2k](/packages/flarum-core)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19322.9k3](/packages/symfony-ux-cropperjs)

PHPackages © 2026

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