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

ActiveKirby-plugin[Utility &amp; Helpers](/categories/utility)

deichrakete/kirby-images
========================

Alternative formats and responsive images

3.0.0(1y ago)216[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/deichrakete/kirby-images)[ Docs](https://github.com/deichrakete/kirby-images)[ RSS](/packages/deichrakete-kirby-images/feed)WikiDiscussions main Synced 1mo 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

23

—

LowBetter than 27% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

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

603d 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/deichrakete-kirby-images/health.svg)

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

###  Alternatives

[distantnative/retour-for-kirby

Manage redirects and track 404s right from the Kirby CMS Panel

14689.4k1](/packages/distantnative-retour-for-kirby)[mzur/kirby-uniform

A versatile Kirby plugin to handle web form actions.

26068.3k13](/packages/mzur-kirby-uniform)[arnoson/kirby-vite

Vite helper for Kirby CMS

9759.2k3](/packages/arnoson-kirby-vite)[thathoff/kirby-git-content

Plugin to track changes to content in a git repository.

15343.7k](/packages/thathoff-kirby-git-content)[sylvainjule/locator

A map &amp; geolocation field, built on top of open-source services / Mapbox

11237.3k1](/packages/sylvainjule-locator)[tobimori/kirby-seo

The default choice for SEO on Kirby: Implement technical SEO &amp; Meta best practices with ease and provide an easy-to-use editor experience

10039.7k1](/packages/tobimori-kirby-seo)

PHPackages © 2026

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