PHPackages                             bigyouth/image-resizer-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. bigyouth/image-resizer-bundle

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

bigyouth/image-resizer-bundle
=============================

1.0.2(6y ago)254[2 PRs](https://github.com/bigyouth/image-resizer-bundle/pulls)MITPHPPHP ^5.3.9|^7.0

Since Jan 17Pushed 6y ago3 watchersCompare

[ Source](https://github.com/bigyouth/image-resizer-bundle)[ Packagist](https://packagist.org/packages/bigyouth/image-resizer-bundle)[ RSS](/packages/bigyouth-image-resizer-bundle/feed)WikiDiscussions master Synced 2mo ago

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

BigyouthImageResizerBundle
==========================

[](#bigyouthimageresizerbundle)

What is it ?
------------

[](#what-is-it-)

This bundle gives you a simple way to generate resized images (using LiipImagineBundle) with dynamical sizes directly from your Controller or views.

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

[](#requirements)

```
"php": "^5.3.9|^7.0",
"liip/imagine-bundle": "^1.8"

```

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

[](#installation)

### Download the bundle

[](#download-the-bundle)

Download composer at

```
composer require bigyouth/image-resizer-bundle 1.0.*

```

### Register the bundle

[](#register-the-bundle)

Then, enable the bundle by adding it to the bundles array of the registerBundles method in your project's app/AppKernel.php file:

```
