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

ActiveCraft-plugin

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

Tools for working with Imgix in Craft

1.3.0(5y ago)03571MITPHP

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 2mo 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 75% 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

912d 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

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[johnbillion/user-switching

Instant switching between user accounts in WordPress and WooCommerce.

19768.3k2](/packages/johnbillion-user-switching)[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/user-plugin

User plugin for October CMS

11954.3k13](/packages/rainlab-user-plugin)

PHPackages © 2026

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