PHPackages                             yellowskies/imagine-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. [Templating &amp; Views](/categories/templating)
4. /
5. yellowskies/imagine-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

yellowskies/imagine-bundle
==========================

Image manipulation using Imagine and Twig Filters Work with SF3.

4.0.4(9y ago)085GNU-LGPLv3PHP

Since Dec 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/AntoineTesson/ImagineBundle)[ Packagist](https://packagist.org/packages/yellowskies/imagine-bundle)[ RSS](/packages/yellowskies-imagine-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (3)Versions (8)Used By (0)

Deprecated
==========

[](#deprecated)

This project is no longer actively maintained, please find one of the populate forks. Thanks!

SkiesImagineBundle
==================

[](#skiesimaginebundle)

This bundle provides easy image manipulation support for Symfony2. For example, with this bundle, the following is possible:

```

```

This will perform the transformation called `thumbnail`, which you can define to do a number of different things, such as resizing, cropping, drawing, masking, etc.

This bundle integrates the standalone PHP "[Imagine library](https://github.com/Skies123/Imagine)".

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

[](#installation)

Installation is a quick 3 step process:

1. Download SkiesImagineBundle using composer
2. Enable the Bundle
3. Configure your application's config.yml

### Step 1: Download SkiesImagineBundle using composer

[](#step-1-download-skiesimaginebundle-using-composer)

Add SkiesImagineBundle in your composer.json:

```
composer require yellowskies/imagine-bundle
```

Composer will install the bundle to your project's `vendor/Skies/imagine-bundle` directory.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
