PHPackages                             kenshodigital/kirby-cloudflare-images - 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. [Image &amp; Media](/categories/media)
4. /
5. kenshodigital/kirby-cloudflare-images

ActiveKirby-plugin[Image &amp; Media](/categories/media)

kenshodigital/kirby-cloudflare-images
=====================================

Transforms images with Cloudflare Images in Kirby projects.

1.0.0(1mo ago)05MITPHPPHP ^8.5

Since Jul 2Pushed 1mo agoCompare

[ Source](https://github.com/kenshodigital/kirby-cloudflare-images)[ Packagist](https://packagist.org/packages/kenshodigital/kirby-cloudflare-images)[ RSS](/packages/kenshodigital-kirby-cloudflare-images/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Kirby Cloudflare Images
=======================

[](#kirby-cloudflare-images)

Transforms images with [Cloudflare Images](https://developers.cloudflare.com/images/) in [Kirby](https://getkirby.com) projects.

General
-------

[](#general)

The plugin provides a custom file version component that automatically maps Kirby’s image transformations to the Cloudflare Images URL interface.

### Further reading

[](#further-reading)

- [Image thumbnails](https://getkirby.com/docs/guide/files/resize-images-on-the-fly)

Usage
-----

[](#usage)

### Installation

[](#installation)

```
composer require kenshodigital/kirby-cloudflare-images ^1.0
```

### Setup

[](#setup)

#### Cloudflare

[](#cloudflare)

Image transformations are disabled by default and have to be explicitly enabled for a zone in Cloudflare.

##### Further reading

[](#further-reading-1)

- [Enable transformations](https://developers.cloudflare.com/images/optimization/transformations/overview/)

#### Kirby

[](#kirby)

Set the thumbs driver to `cloudflare` in your `config.php`.

```
