PHPackages                             onedesign/oneimgix - 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. onedesign/oneimgix

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

onedesign/oneimgix
==================

Tools for working with Imgix in Craft

1.3.0(5y ago)03581MITPHP

Since Jan 20Pushed 2y ago14 watchersCompare

[ Source](https://github.com/onedesign/oneimgix)[ Packagist](https://packagist.org/packages/onedesign/oneimgix)[ RSS](/packages/onedesign-oneimgix/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (6)Dependencies (2)Versions (23)Used By (0)

Imgix plugin for Craft CMS
==========================

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

Tools for working with Imgix in Craft

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

[](#installation)

1. Download &amp; unzip the file and place the `oneimgix` directory into your `craft/plugins` directory
2. -OR- install with Composer via `composer require onedesign/oneimgix`
3. Install plugin in the Craft Control Panel under Settings &gt; Plugins
4. The plugin folder should be named `oneimgix` for Craft to see it. GitHub recently started appending `-master` (the branch name) to the name of the folder for zip file downloads.
5. Update the settings for the plugin as explained below.

Use
---

[](#use)

### Configuration:

[](#configuration)

OneImgix 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.
- **Asset Base URL:** The base path to your original assets, which will be replaced with the Imgix base URL by this plugin. This will typically be something like `http://mysite.com/assets/` or `https://s3.amazonaws.com/my-bucket-name/`

### Generating Image URLs in Twig:

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

```
{% set url = craft.oneImgix.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. OneImgix 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, OneImgix will attempt to automatically clear the corresponding Imgix cache for that asset.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~166 days

Recently: every ~275 days

Total

16

Last Release

962d ago

Major Versions

1.2.0 → 2.0-beta.12020-09-25

1.3.0 → v2.x-dev2023-11-11

PHP version history (2 changes)2.0-beta.1PHP ^7.0

v2.x-devPHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/99e41003ff905aa96723ebc124836b6fa5664823d554c10bfa27149d45f95768?d=identicon)[onedesign](/maintainers/onedesign)

---

Top Contributors

[![brianjhanson](https://avatars.githubusercontent.com/u/1843073?v=4)](https://github.com/brianjhanson "brianjhanson (10 commits)")[![molwells](https://avatars.githubusercontent.com/u/5325001?v=4)](https://github.com/molwells "molwells (3 commits)")[![michaelramuta](https://avatars.githubusercontent.com/u/10780725?v=4)](https://github.com/michaelramuta "michaelramuta (2 commits)")

### Embed Badge

![Health badge](/badges/onedesign-oneimgix/health.svg)

```
[![Health](https://phpackages.com/badges/onedesign-oneimgix/health.svg)](https://phpackages.com/packages/onedesign-oneimgix)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[october/rain

October Rain Library

1601.7M73](/packages/october-rain)[mindkomm/timmy

Advanced image manipulation for Timber.

17737.1k](/packages/mindkomm-timmy)[bueltge/multisite-global-media

Multisite Global Media is a WordPress plugin which shares media across the Multisite network.

23131.8k](/packages/bueltge-multisite-global-media)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[wp-media/imagify-plugin

Image optimization plugin for WordPress by WP Media.

8065.3k](/packages/wp-media-imagify-plugin)

PHPackages © 2026

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