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

ActiveSymfony-bundle

avalanche123/imagine-bundle
===========================

Image manipulation using Imagine and Twig Filters.

v2.1.2(13y ago)317559.7k↓40.4%161[16 issues](https://github.com/avalanche123/AvalancheImagineBundle/issues)[9 PRs](https://github.com/avalanche123/AvalancheImagineBundle/pulls)7MITPHP

Since Nov 15Pushed 3y ago17 watchersCompare

[ Source](https://github.com/avalanche123/AvalancheImagineBundle)[ Packagist](https://packagist.org/packages/avalanche123/imagine-bundle)[ Docs](https://github.com/avalanche123/AvalancheImagineBundle)[ RSS](/packages/avalanche123-imagine-bundle/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (7)

Deprecated
==========

[](#deprecated)

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

AvalancheImagineBundle
======================

[](#avalancheimaginebundle)

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/avalanche123/Imagine)".

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

[](#installation)

Installation is a quick 3 step process:

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

### Step 1: Download AvalancheImagineBundle using composer

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

Add AvalancheImagineBundle in your composer.json:

```
composer require avalanche123/imagine-bundle
```

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

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
