PHPackages                             slauta/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. [Image &amp; Media](/categories/media)
4. /
5. slauta/avalanche123-imagine-bundle

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

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

Image manipulation using Imagine and Twig Filters.

v2.2(9y ago)15.8kMITPHP

Since Nov 15Pushed 9y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (4)Used By (0)

AvalancheImagineBundle for Symfony 3.0
======================================

[](#avalancheimaginebundle-for-symfony-30)

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 slauta/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:

```
