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
Requires
- php: ^8.2
- craftcms/cms: ^5.8.0
- somehow-digital/imgproxy: ^1.0.0
Requires (Dev)
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2026-02-20 18:55:07 UTC
README
imgproxy 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
- Go to Settings → imgproxy.
- Enter the Endpoint — the base URL of your imgproxy server.
- To enable URL signing, enter the Signature Key and Signature Salt (hex-encoded HMAC key and salt).
- Click Save.
Tip: All settings support environment variables. See Environmental Configuration in the Craft CMS docs to learn more about that.