PHPackages                             diesdasdigital/kirby-3-imgix - 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. diesdasdigital/kirby-3-imgix

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

diesdasdigital/kirby-3-imgix
============================

Kirby 3 imgix plugin

2.0.0(6y ago)201.8k4[3 issues](https://github.com/diesdasdigital/kirby-3-imgix/issues)[1 PRs](https://github.com/diesdasdigital/kirby-3-imgix/pulls)MITPHPCI passing

Since Aug 30Pushed 4y ago3 watchersCompare

[ Source](https://github.com/diesdasdigital/kirby-3-imgix)[ Packagist](https://packagist.org/packages/diesdasdigital/kirby-3-imgix)[ RSS](/packages/diesdasdigital-kirby-3-imgix/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Kirby 3 imgix plugin [![Version](https://camo.githubusercontent.com/6468dbd611e07796f01baefca3303c42376401121f59ecb4ec7a3c16eba76aa5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646965736461736469676974616c2f6b697262792d332d696d6769782e737667)](https://packagist.org/packages/diesdasdigital/kirby-3-imgix)
==========================================================================================================================================================================================================================================================================================================================================

[](#kirby-3-imgix-plugin-)

If this plugin gets activated, it will serve all images (except for gifs) via [imgix](https://imgix.com/).

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

[](#installation)

```
composer require diesdasdigital/kirby-3-imgix
```

Configuration
-------------

[](#configuration)

In any config file or the default `site/config/config.php`:

```
return [
  'imgix' => true,
  'imgix.domain' => 'https://project-name.imgix.net/',
  'imgix.defaults' => [
    'auto' => 'compress',
  ],
];
```

`imgix.defaults` takes a map of options, which all images will have applied automatically without calling `thumb()`.

Usage
-----

[](#usage)

All images will automatically be served via imgix if `imgix` and `imgix.domain` are set in the config.

The options provided by imgix can be passed via the `thumb()` function:

```
$page->someImage()->image()->thumb([
  'blur' => '10',
  'con' => '40',
])->url();
```

Since version `1.1.0` support for Kirby’s built-in `srcset()` method is improved to automatically use imgix’s `w` and `h` parameters instead of width and height.

```
$page->someImage()->toFile()->srcset([300, 800, 1024])

// with additional parameters
$page->someImage()->toFile()->srcset([
  300 => [
    'width' => 300,
    'crop' => 'top,left'
  ],
  500 => [
    'width' => 500
  ]
])
```

See [imgix API reference](https://docs.imgix.com/apis/url) for all options.

imgIX Source Configuration
--------------------------

[](#imgix-source-configuration)

If you're new to imgIX, you will have to do a few extra steps:

- [Sign up for an account](https://dashboard.imgix.com/sign-up)
- Set up a new source:
    - Pick a subdomain you want you're assets to be referred to.
    - Choose the setting which fits with your server setup (Webfolder if you use default kirby settings ☺️)
    - Add the webfolder url (for Kirby this will be: project-name.com/)

---

Inspired by Kirby’s website, which uses a [custom cloudinary plugin](https://github.com/getkirby/getkirby.com/blob/master/site/plugins/cloudinary/index.php).

Created by [diesdas.digital](https://diesdas.digital)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~72 days

Total

3

Last Release

2302d ago

Major Versions

1.1.0 → 2.0.02020-01-22

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16120382?v=4)[Diesdas Digital](/maintainers/diesdasdigital)[@diesdasdigital](https://github.com/diesdasdigital)

---

Top Contributors

[![maxhoffmann](https://avatars.githubusercontent.com/u/1227441?v=4)](https://github.com/maxhoffmann "maxhoffmann (2 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")[![thomasverleye](https://avatars.githubusercontent.com/u/2844485?v=4)](https://github.com/thomasverleye "thomasverleye (1 commits)")

### Embed Badge

![Health badge](/badges/diesdasdigital-kirby-3-imgix/health.svg)

```
[![Health](https://phpackages.com/badges/diesdasdigital-kirby-3-imgix/health.svg)](https://phpackages.com/packages/diesdasdigital-kirby-3-imgix)
```

###  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)
