PHPackages                             malven/craft-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. [Image &amp; Media](/categories/media)
4. /
5. malven/craft-imgix

ActiveCraft-plugin[Image &amp; Media](/categories/media)

malven/craft-imgix
==================

Tools for working with the Imgix image-generation service in Craft

1.0.0(7y ago)017MITPHP

Since Jan 30Pushed 7y agoCompare

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

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Imgix plugin for Craft CMS 3.x
==============================

[](#imgix-plugin-for-craft-cms-3x)

Tools for working with the Imgix image-generation service in Craft

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require malven/craft-imgix

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Imgix.

Use
---

[](#use)

### Configuration:

[](#configuration)

Imgix expects the following settings to be configured:

- **Imgix API Key:** Your Imgix API key, obtained from the Imgix control panel.
- **Imgix Source Name:** The name of your source defined in the Imgix control panel.
- **Secure URL Token:** If you have `Secure URL` enabled for your Imgix source, this should be the `Secure URL Token` value listed there.

### Generating Image URLs in Twig:

[](#generating-image-urls-in-twig)

```
{% set url = craft.imgix.url(myAssetField.first, {
    w: 1000,
    h: 800,
    q: 50,
    auto: 'format',
    fit: 'max'
}) %}
```

Any options supported by the Imgix image API can be passed into these options. Imgix will do the work of transforming the original asset URL into the appropriate Imgix URL based on your plugin settings.

### Clearing Imgix Caches:

[](#clearing-imgix-caches)

Whenever an asset in Craft is replaced or deleted, Imgix will attempt to automatically clear the corresponding Imgix cache for that asset.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

2659d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6dd29721ad2a0f8213af0e40469f7874edb8b359784112a626c324921bc354ab?d=identicon)[malven](/maintainers/malven)

---

Tags

cmsCraftcraftcmscraft-pluginimgix

### Embed Badge

![Health badge](/badges/malven-craft-imgix/health.svg)

```
[![Health](https://phpackages.com/badges/malven-craft-imgix/health.svg)](https://phpackages.com/packages/malven-craft-imgix)
```

###  Alternatives

[nystudio107/craft-imageoptimize

Automatically create &amp; optimize responsive image transforms, using either native Craft transforms or a service like imgix, with zero template changes.

232337.2k16](/packages/nystudio107-craft-imageoptimize)[spacecatninja/imager-x

Ninja powered image transforms.

29390.0k23](/packages/spacecatninja-imager-x)[nystudio107/craft-youtubeliveembed

This plugin allows you to embed a YouTube live stream and/or live chat on your webpage

163.7k](/packages/nystudio107-craft-youtubeliveembed)

PHPackages © 2026

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