PHPackages                             setono/sylius-image-plugin - 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. setono/sylius-image-plugin

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

setono/sylius-image-plugin
==========================

Plugin that will optimize your images in your Sylius store

v0.1.8(2y ago)215.9k[7 issues](https://github.com/Setono/SyliusImagePlugin/issues)[5 PRs](https://github.com/Setono/SyliusImagePlugin/pulls)MITPHPPHP &gt;=7.4

Since Mar 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Setono/SyliusImagePlugin)[ Packagist](https://packagist.org/packages/setono/sylius-image-plugin)[ RSS](/packages/setono-sylius-image-plugin/feed)WikiDiscussions 0.1.x Synced 1mo ago

READMEChangelog (9)Dependencies (41)Versions (16)Used By (0)

Sylius Image Plugin
===================

[](#sylius-image-plugin)

[![Latest Version](https://camo.githubusercontent.com/a30b5515384836d3dff7c98ea336432bd58970b7cad068a866374c13d542a973/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d696d6167652d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-image-plugin)[![Software License](https://camo.githubusercontent.com/b828aebe48539d1f26d1f816d7ae7ee383b443ceee08100b5442ae855b4c9de0/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d696d6167652d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/SyliusImagePlugin/workflows/build/badge.svg)](https://github.com/Setono/SyliusImagePlugin/actions)[![Code Coverage](https://camo.githubusercontent.com/179d59f04ff457b8042a6a4d6aee4fac266fd5104a4c3d4d3c663537f0efa121/68747470733a2f2f636f6465636f762e696f2f67682f5365746f6e6f2f53796c697573496d616765506c7567696e2f6272616e63682f302e312e782f67726170682f62616467652e737667)](https://codecov.io/gh/Setono/SyliusImagePlugin)

This library will optimize your images and it works seamlessly with a standard Sylius installation because it has wise fallbacks. Out of the box this plugin uses Cloudflare, so to use it you need a Cloudflare account with the [images subscription](https://www.cloudflare.com/products/cloudflare-images/).

Installation
------------

[](#installation)

### Step 1: Download the plugin

[](#step-1-download-the-plugin)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this plugin:

```
composer require setono/sylius-image-plugin
```

### Step 2: Enable the plugin

[](#step-2-enable-the-plugin)

Then, enable the plugin by adding it to the list of registered plugins/bundles in `config/bundles.php` file of your project before (!) `SyliusGridBundle`:

```
