PHPackages                             zenstruck/imagine-extra-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. zenstruck/imagine-extra-bundle

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

zenstruck/imagine-extra-bundle
==============================

Integrate imagine-filters library into Symfony2

v1.1.0(11y ago)31.3kMITPHP

Since Nov 28Pushed 11y ago1 watchersCompare

[ Source](https://github.com/kbond/ZenstruckImagineExtraBundle)[ Packagist](https://packagist.org/packages/zenstruck/imagine-extra-bundle)[ Docs](http://zenstruck.com/project/ZenstruckImagineExtraBundle)[ RSS](/packages/zenstruck-imagine-extra-bundle/feed)WikiDiscussions master Synced 1mo ago

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

ZenstruckImagineExtraBundle
===========================

[](#zenstruckimagineextrabundle)

[![Build Status](https://camo.githubusercontent.com/901cf27aab5171909d2cc538c818788f69c665c00e9f7af0bdf6bdae00e0edb1/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f6b626f6e642f5a656e73747275636b496d6167696e65457874726142756e646c652e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/kbond/ZenstruckImagineExtraBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/78b9085eae2c46b89bbfb0c6d4694f565557e94284d2c6ce23eec68947def14a/687474703a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6b626f6e642f5a656e73747275636b496d6167696e65457874726142756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/kbond/ZenstruckImagineExtraBundle/)[![Code Coverage](https://camo.githubusercontent.com/636b468ed596fac7f045b0a1b85c3ffaf49018ab7155279a55040b56441a365d/687474703a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6b626f6e642f5a656e73747275636b496d6167696e65457874726142756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/kbond/ZenstruckImagineExtraBundle/)[![SensioLabs Insight](https://camo.githubusercontent.com/cda176e0399ed3dfd2195b45e73a54db7d00757515730f62456f8fbc211b30fa/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f64643962386335622d623437622d343365352d623431642d3165666239383535346234662e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/dd9b8c5b-b47b-43e5-b41d-1efb98554b4f)[![Latest Stable Version](https://camo.githubusercontent.com/33818e29ece767c0f6a4299bf04f18bbbd3a6ddc0fcf1302124715a4b598f97c/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a656e73747275636b2f696d6167696e652d65787472612d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zenstruck/imagine-extra-bundle)[![License](https://camo.githubusercontent.com/a430b9a10cee91ed73c343177758dc67da25b19cfe5c7c3fc72a52f7e18f5c23/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7a656e73747275636b2f696d6167696e652d65787472612d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zenstruck/imagine-extra-bundlee)

Integrates the [imagine-filters](https://github.com/kbond/imagine-filters) library into Symfony2.

**NOTE**: This bundle requires either [LiipImagineBundle](https://github.com/liip/LiipImagineBundle) or [AvalancheImagineBundle](https://github.com/avalanche123/AvalancheImagineBundle)

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

[](#installation)

1. Add to your `composer.json`:

    ```
     composer require zenstruck/imagine-extra-bundle

    ```
2. Register the bundle with Symfony2:

    ```
    // app/AppKernel.php

    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Zenstruck\Bundle\ImagineExtraBundle\ZenstruckImagineExtraBundle(),
        );
        // ...
    }
    ```

SquareThumbnailFilter
---------------------

[](#squarethumbnailfilter)

- Usage with LiipImagineBundle

    ```
    # app/config/config.yml

    liip_imagine:
        filter_sets:
            square_200:
                filters:
                    square_thumbnail: { size: 200, color: 000000 }
    ```
- Usage with AvalancheImagineBundle

    ```
    # app/config/config.yml

    avalanche_imagine:
        filters:
            square_200:
                type:    square_thumbnail
                options: { size: 200, color: 000000 }
    ```

### Default Configuration

[](#default-configuration)

```
color:          FFFFFF
transparency:   0
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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 ~368 days

Total

3

Last Release

4175d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/707369cc916e0ea1aacbf077dcba464f611cef879f024d8944311a54a15224b3?d=identicon)[kbond](/maintainers/kbond)

---

Top Contributors

[![kbond](https://avatars.githubusercontent.com/u/127811?v=4)](https://github.com/kbond "kbond (11 commits)")

---

Tags

imagine

### Embed Badge

![Health badge](/badges/zenstruck-imagine-extra-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/zenstruck-imagine-extra-bundle/health.svg)](https://phpackages.com/packages/zenstruck-imagine-extra-bundle)
```

###  Alternatives

[liip/imagine-bundle

This bundle provides an image manipulation abstraction toolkit for Symfony-based projects.

1.7k38.3M217](/packages/liip-imagine-bundle)[folklore/image

Image manipulation library for Laravel 5 based on Imagine and inspired by Croppa for easy url based manipulation

270248.2k5](/packages/folklore-image)[neutron/silex-imagine-provider

A Silex service provider for Imagine Image Processing Library

28199.6k3](/packages/neutron-silex-imagine-provider)[zenstruck/image

Image file wrapper with generic transformation support.

3129.2k1](/packages/zenstruck-image)

PHPackages © 2026

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