PHPackages                             foerdeliebe/kirby-images - 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. foerdeliebe/kirby-images

Abandoned → [deichrakete/kirby-images](/?search=deichrakete%2Fkirby-images)Kirby-plugin[Image &amp; Media](/categories/media)

foerdeliebe/kirby-images
========================

Alternative formats and responsive images

3.0.0(1y ago)2527[3 issues](https://github.com/deichrakete/kirby-images/issues)MITPHP

Since Mar 2Pushed 1y ago3 watchersCompare

[ Source](https://github.com/deichrakete/kirby-images)[ Packagist](https://packagist.org/packages/foerdeliebe/kirby-images)[ Docs](https://github.com/deichrakete/kirby-images)[ RSS](/packages/foerdeliebe-kirby-images/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (1)Versions (9)Used By (0)

Kirby image plugin
==================

[](#kirby-image-plugin)

Alternative formats and responsive images

This plugin is wip!

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

[](#installation)

### Download

[](#download)

Download and copy this repository to `/site/plugins/images`.

### Git submodule

[](#git-submodule)

```
git submodule add https://github.com/deichrakete/kirby-images.git site/plugins/images

```

### Composer

[](#composer)

```
composer require deichrakete/kirby-images

```

Setup
-----

[](#setup)

### Configuration

[](#configuration)

In site/config/config.php

```
return [
  'deichrakete.images.avif' => true, // AVIF Support - false is default
  'deichrakete.images.webp' => true, // WEBP Support - false is default
  'thumbs' => [
    'driver' => 'im', // optional - ImageMagick has better avif support
    'srcsets' => [
      'teaser' => [
        '400w'  => ['width' => 400, 'height' => 200, 'crop' => true, 'quality' => 85],
        '800w'  => ['width' => 800, 'height' => 400, 'crop' => true, 'quality' => 85],
        '1000w' => ['width' => 1000, 'height' => 500, 'crop' => true, 'quality' => 85],
        '1200w' => ['width' => 1200, 'height' => 600, 'crop' => true, 'quality' => 85],
      ],
      'slide' => [
        '400w'  => ['width' => 400, 'quality' => 85],
        '800w'  => ['width' => 800, 'quality' => 85],
        '1000w' => ['width' => 1000, 'quality' => 85],
        '1200w' => ['width' => 1200, 'quality' => 85],
      ],
    ]
  ]
];
```

### Templating

[](#templating)

```

```

Options
-------

[](#options)

Development
-----------

[](#development)

License
-------

[](#license)

MIT

Credits
-------

[](#credits)

- [Diana Gerken](https://getkirby.com/plugins/deichrakete)

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.3% 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 ~94 days

Recently: every ~134 days

Total

7

Last Release

648d ago

Major Versions

1.0.2 → 2.0.02023-04-25

2.1.0 → 3.0.02024-09-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/57adc97a9450c99bb6c9ffe0a2fe0ff975b8182f2caa42d8301a90c856cb0c14?d=identicon)[deichrakete](/maintainers/deichrakete)

---

Top Contributors

[![Ninti](https://avatars.githubusercontent.com/u/8436326?v=4)](https://github.com/Ninti "Ninti (8 commits)")[![dorb4n](https://avatars.githubusercontent.com/u/6552639?v=4)](https://github.com/dorb4n "dorb4n (7 commits)")

---

Tags

kirby-cmskirby-plugin

### Embed Badge

![Health badge](/badges/foerdeliebe-kirby-images/health.svg)

```
[![Health](https://phpackages.com/badges/foerdeliebe-kirby-images/health.svg)](https://phpackages.com/packages/foerdeliebe-kirby-images)
```

###  Alternatives

[getkirby/cms

The Kirby core

1.5k567.4k434](/packages/getkirby-cms)[flokosiol/focus

Better image cropping for Kirby CMS

18265.5k](/packages/flokosiol-focus)[timnarr/kirby-imagex

Modern images for Kirby CMS – This plugin helps you orchestrate modern, responsive and performant images in Kirby

828.4k1](/packages/timnarr-kirby-imagex)[sylvainjule/annotator

Place pins / define zones on an image synced with a structure field

11015.4k](/packages/sylvainjule-annotator)[tobimori/kirby-thumbhash

Kirby Image placeholders with the smarter ThumbHash integration

379.5k1](/packages/tobimori-kirby-thumbhash)[sylvainjule/imageradio

Add illustrations to Kirby's radio buttons

5917.1k](/packages/sylvainjule-imageradio)

PHPackages © 2026

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