dyerc/craft-flux

Transform and cache your images through AWS Lambda & CloudFront

Installs: 155

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 2

Open Issues: 1

Type:craft-plugin

pkg:composer/dyerc/craft-flux

5.2.0 2026-02-07 10:20 UTC

README

Stable Version Total Downloads

Flux Plugin for Craft CMS

Flux integrates your site image transforms with AWS, using Lambda and CloudFront to process, cache and serve your images.

  • Image heavy pages will feel more instantaneous to load because high performance CloudFront servers perform the image transformations
  • Process image transforms on demand, only when they are requested by the user
  • Automatically serve WebP and Avif to browsers that support it without having to explicitly define WebP/Avif transforms in your templates
  • Blur, brightness, greyscale and other image manipulation options
  • Supports all Craft filesystems, including local folders
  • Compatible with your existing Craft template code, named transforms and focal points. Simply enable Flux and your templates don't need to change
  • Transforms are completely URL based, no database queries are needed
  • Automatically purges transformed files when assets change

Documentation

Learn more and read the documentation at cdyer.co.uk/plugins/flux »

License

This plugin requires a commercial license purchasable through the Craft Plugin Store.

Requirements

This plugin requires Craft CMS 4.0.0 or later.

Installation

To install the plugin, search for “Flux” in the Craft Plugin Store, or install manually using composer.

composer require dyerc/craft-flux

Created by Chris Dyer.