PHPackages                             novactive/ezfastlyiobundle - 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. novactive/ezfastlyiobundle

AbandonedEzplatform-bundle[Image &amp; Media](/categories/media)

novactive/ezfastlyiobundle
==========================

Novactive eZ Fastly Image Optimizer Bundle is an eZPlatform bundle for Images optimizations and manipulations.

v1.0.1(5y ago)22.2k2MITPHPPHP ^7.3

Since Nov 26Pushed 2mo ago6 watchersCompare

[ Source](https://github.com/Novactive/NovaeZFastlyImageOptimizerBundle)[ Packagist](https://packagist.org/packages/novactive/ezfastlyiobundle)[ Docs](https://github.com/Novactive/NovaeZFastlyImageOptimizerBundle)[ RSS](/packages/novactive-ezfastlyiobundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (6)Used By (0)

Novactive eZ Fastly Image Optimizer Bundle
==========================================

[](#novactive-ez-fastly-image-optimizer-bundle)

---

This repository is what we call a "subtree split": a read-only copy of one directory of the main repository. It is used by Composer to allow developers to depend on specific bundles.

If you want to report or contribute, you should instead open your issue on the main repository:

Documentation is available in this repository via `.md` files but also packaged here:

---

[![Downloads](https://camo.githubusercontent.com/93cab7b19828200dcee0009bc03aba47572a00138ca5032e9f76cb1c1f4b19a4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6f766163746976652f657a666173746c79696f62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/novactive/ezfastlyiobundle)[![Latest version](https://camo.githubusercontent.com/7c2d652589d3db08ae1aa8a4872b1b62e2efcfea947bf847a10779cd80a79257/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f4e6f766163746976652f4e6f7661655a466173746c79496d6167654f7074696d697a657242756e646c652e7376673f7374796c653d666c61742d737175617265)](https://github.com/Novactive/NovaeZFastlyImageOptimizerBundle/releases)[![License](https://camo.githubusercontent.com/ef4eaf8408e3ee991ceee4d2fc25dbff434245fdd2b74709d34a62f3a3d53d5f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e6f766163746976652f657a666173746c79696f62756e646c653f7374796c653d666c61742d737175617265)](LICENSE)

Novactive eZ Fastly Image Optimizer Bundle is an eZPlatform bundle for images optimizations and manipulations.

This bundle brings the power of [Fastly Image Optimization API](https://docs.fastly.com/en/guides/image-optimization-api) into your eZ Platform project.

The plugin allows you to define Fastly Image Optimization Variations on top of eZ Variations. The image source is adapted to inject Fastly Image Optimization parameters based on your configuration.

> All the configuration is SiteAccessAware then you can have different one depending on the SiteAccess

INSTALL
-------

[](#install)

### Use Composer

[](#use-composer)

Add the lib to your composer.json, run `composer require novactive/ezfastlyiobundle` to refresh dependencies.

Then inject the bundle in the `bundles.php` of your application.

```
    Novactive\Bundle\eZFastlyImageOptimizerBundle\NovaeZFastlyImageOptimizerBundle::class => [ 'all'=> true ],
```

Usage
-----

[](#usage)

This bundle mimics the native image variation system.

```
nova_ezfastlyio:
    system:
        default:
            fastlyio_variations:
                bright:
                    filters:
                        width: 200
                        brightness: -50
                        blur: 50
```

You can also provide the reference variation. It is not recommended, using the original gives you better results on Fastly and avoid a variation to be generated on eZ side.

```
nova_ezfastlyio:
    system:
        default:
            fastlyio_variations:
                ezreference_variation: medium
                bright:
                    filters:
                        width: 200
                        brightness: -50
                        blur: 50
```

> In this configuration Fastly Image Optimizer will manipulate the medium variation.

In your template

```
    {{ ez_render_field( content, "image",{
        "parameters": {"alias": 'simpletest2'},
        "attr" : { "class" : "img-responsive" }
    }
    ) }}
```

Automatically, `nova_ezfastlyio_alias` will be used instead of `ez_image_alias`. The bundle fallback on the native Variation system if the alias name does not exist in `fastlyio_variations`

Then basically there is no change in your code, just yaml configuration for your Variations.

> if you have overrided the content\_fields, be sure to update the call `nova_ezfastlyio_alias`

How to manage local dev
-----------------------

[](#how-to-manage-local-dev)

In local you won't have Fastly Image Optimizer, the system will just add the parameters in the URI of your images.

Depending on your need to may want to disable the FastlyIO Variations.

```
# config/packages/dev/variations.yaml

nova_ezfastlyio:
    system:
        site:
            fastlyio_disabled: true
```

> that's not required,=

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance56

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~4 days

Total

2

Last Release

1989d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/246ac802ccaf4e1b674e1b0200673c56fafb89ef9130a6f7d2e2d9e5b9f71a03?d=identicon)[Plopix](/maintainers/Plopix)

---

Top Contributors

[![Plopix](https://avatars.githubusercontent.com/u/313532?v=4)](https://github.com/Plopix "Plopix (5 commits)")

---

Tags

imagesezpublishnovactiveezplatform

### Embed Badge

![Health badge](/badges/novactive-ezfastlyiobundle/health.svg)

```
[![Health](https://phpackages.com/badges/novactive-ezfastlyiobundle/health.svg)](https://phpackages.com/packages/novactive-ezfastlyiobundle)
```

###  Alternatives

[rosell-dk/webp-convert

Convert JPEG &amp; PNG to WebP with PHP

6038.1M54](/packages/rosell-dk-webp-convert)[jbzoo/image

A PHP class that simplifies working with images

171126.9k3](/packages/jbzoo-image)[wp-media/imagify-plugin

Image optimization plugin for WordPress by WP Media.

7960.9k](/packages/wp-media-imagify-plugin)[spatie/pixelmatch-php

Compare images using PHP

5783.7k9](/packages/spatie-pixelmatch-php)[andrewgjohnson/imagettftextblur

imagettftextblur is a drop in replacement for imagettftext with added parameters to add blur, glow and shadow effects to your PHP GD images

27198.4k1](/packages/andrewgjohnson-imagettftextblur)[moc/imageoptimizer

Flow package that optimizes generated thumbnail images (jpg, png, gif, svg) for web presentation.

31106.8k](/packages/moc-imageoptimizer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
