PHPackages                             eab/image-filter-bundle - 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. eab/image-filter-bundle

ActiveLibrary[Image &amp; Media](/categories/media)

eab/image-filter-bundle
=======================

A bundle for eZ Publish that provides filters for use in image variations / aliases

0.9.4(8y ago)03532GPL-2.0PHP

Since Nov 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/eab-dev/EabImageFilterBundle)[ Packagist](https://packagist.org/packages/eab/image-filter-bundle)[ RSS](/packages/eab-image-filter-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

EabImageFilterBundle
====================

[](#eabimagefilterbundle)

Summary
-------

[](#summary)

eZ Publish 5 bundle for image variation filters.

So far only 1 filter is provided: `thumbnailgravityfilter/center`.

Copyright
---------

[](#copyright)

Based on [Image aliases and filters in eZ Publish 5.4+](http://www.mugo.ca/Blog/Image-aliases-and-filters-in-eZ-Publish-5.4). Many thanks Thiago for this useful tutorial!

License
-------

[](#license)

Licensed under [GNU General Public License 2.0](http://www.gnu.org/licenses/gpl-2.0.html)

Requirements
------------

[](#requirements)

Requires eZ Publish 5.4 or above.

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

[](#installation)

1. Either install using composer:

```
composer require --update-no-dev --prefer-dist eab/image-filter-bundle
```

or install the source as a submodule using git:

```
git submodule add https://github.com/eab-dev/ImageFilterBundle src/Eab/ImageFilterBundle
```

2. Edit the function `registerBundles()` in `ezpublish/EzPublishKernel.php` and add the line:

```
 new Eab\ImageFilterBundle\EabImageFilterBundle(),
```

to the array of bundles. Save it.

Usage
-----

[](#usage)

1. Configure your own image variations/aliases in your bundle's `image_variations.yml`. For example:

```
    system:
        default:
            image_variations:
                my_nice_thumbnail:
                    reference: ~
                    filters:
                        - { name: thumbnailgravityfilter/center, params: [300, 300] }
```

2. Use in your templates:

```
    {% set thumbnail_image = ez_image_alias( content.getField( 'image' ), content.versionInfo, 'my_nice_thumbnail') %}

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~145 days

Total

5

Last Release

3269d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64753475f7cc603de573e127dfa686575fb5b81d627ff1b1bf7ef4cad73c0b42?d=identicon)[eab](/maintainers/eab)

---

Top Contributors

[![MarioBlazek](https://avatars.githubusercontent.com/u/6605175?v=4)](https://github.com/MarioBlazek "MarioBlazek (3 commits)")[![eab-andy](https://avatars.githubusercontent.com/u/6966246?v=4)](https://github.com/eab-andy "eab-andy (1 commits)")

### Embed Badge

![Health badge](/badges/eab-image-filter-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/eab-image-filter-bundle/health.svg)](https://phpackages.com/packages/eab-image-filter-bundle)
```

###  Alternatives

[milon/barcode

Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)

1.5k13.3M39](/packages/milon-barcode)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[cohensive/embed

Media Embed (for Laravel or as a standalone).

120370.4k](/packages/cohensive-embed)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[humanmade/tachyon-plugin

Rewrites WordPress image URLs to use Tachyon

87338.5k2](/packages/humanmade-tachyon-plugin)

PHPackages © 2026

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