somehow-digital/craft-imgproxy

imgproxy integration for Craft CMS.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 1

Type:craft-plugin

pkg:composer/somehow-digital/craft-imgproxy

v1.0.3 2026-02-20 18:54 UTC

This package is auto-updated.

Last update: 2026-02-20 18:55:07 UTC


README

imgproxy icon

imgproxy for Craft CMS

Provides an imgproxy integration for Craft CMS.

Requirements

  • Craft CMS 5.8.0 or later.
  • PHP 8.2 or later.

Installation

Install this plugin from the Plugin Store or via Composer.

Plugin Store

Go to the “Plugin Store” in your project’s Control Panel, search for “imgproxy” and click on the “Install” button in its modal window.

Composer

composer require somehow-digital/craft-imgproxy
./craft plugin/install imgproxy

Configuration

  1. Go to Settingsimgproxy.
  2. Enter the Endpoint — the base URL of your imgproxy server.
  3. To enable URL signing, enter the Signature Key and Signature Salt (hex-encoded HMAC key and salt).
  4. Click Save.

Tip: All settings support environment variables. See Environmental Configuration in the Craft CMS docs to learn more about that.