PHPackages                             croxton/imgixer - 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. croxton/imgixer

ActiveCraft-plugin

croxton/imgixer
===============

Generate Imgix URLs.

3.0.1(1y ago)129.8k↓18.8%5[2 issues](https://github.com/croxton/imgixer/issues)1MITPHP

Since Dec 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/croxton/imgixer)[ Packagist](https://packagist.org/packages/croxton/imgixer)[ RSS](/packages/croxton-imgixer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (23)Used By (1)

Imgixer plugin for Craft CMS 5.x
================================

[](#imgixer-plugin-for-craft-cms-5x)

Generate image transformation URLs that work with [Imgix](https://imgix.com), [Imagekit](https://imagekit.io) and [Servd](https://servd.host).

- Generate urls with convenient methods for responsive images.
- Use the same transform parameters with all image providers.
- Speed up your templates and control panel by swapping Craft's native image transforms with Imgix or Imagekit rendering.
- Host with [Servd.host](https://servd.host)? Use Servd’s built-in image transform service.

[![Screenshot](resources/img/plugin-logo.png)](resources/img/plugin-logo.png)

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

[](#requirements)

This plugin requires Craft CMS 5.0.0-beta.1 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 croxton/imgixer

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

Configuring Imgixer
-------------------

[](#configuring-imgixer)

Copy `config.php` into Crafts `config` folder and rename it to `imgixer.php`.

Define each source with a unique handle. The same Imgix source domain may be referenced more than once, which can be useful if you want to use a different set of default parameters for images in a particular Asset volume, or an arbitrary grouping of images with similar characteristics, or if you have defined your Imgix source as a web proxy and need to reference multiple domains.

```
