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

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

prolix/image-bundle
===================

Allow to crop local and remote image before uploading them through a classic form.

3.0.0(5y ago)0758MITPHPPHP &gt;=5.5.9

Since Oct 11Pushed 5y ago2 watchersCompare

[ Source](https://github.com/prolixtechnikos/PrestaImageBundle)[ Packagist](https://packagist.org/packages/prolix/image-bundle)[ Docs](https://github.com/prestaconcept/PrestaImageBundle)[ RSS](/packages/prolix-image-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (2)Versions (18)Used By (0)

PrestaImageBundle
=================

[](#prestaimagebundle)

[![Build Status](https://camo.githubusercontent.com/ac9f58e56062bc04ff18cc8f6d59c4432adf000d476b0236a9659bf4327122be/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f707265737461636f6e636570742f507265737461496d61676542756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/prestaconcept/PrestaImageBundle/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/5c9c129104bed69e848310bc8c1c95b69de12e48a9a4c9000043105568f75001/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f707265737461636f6e636570742f507265737461496d61676542756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/prestaconcept/PrestaImageBundle/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/d593e29a7a0ad203071ac1717f0a2215c05075dc7fcc2a327b8ae0d630b137a4/68747470733a2f2f706f7365722e707567782e6f72672f7072657374612f696d6167652d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/presta/image-bundle)[![Total Downloads](https://camo.githubusercontent.com/6fe74b1cf4de034d213027b0f30b83b7e4f15deaf345421872efb0025a1bd128/68747470733a2f2f706f7365722e707567782e6f72672f7072657374612f696d6167652d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/presta/image-bundle)

Overview
--------

[](#overview)

PrestaImageBundle is a Symfony bundle providing tools to resize local/remote images before uploading them through a classic form. It uses [Cropper](https://fengyuanchen.github.io/cropper/) jQuery plugin.

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

[](#installation)

### Require the bundle as a Composer dependency

[](#require-the-bundle-as-a-composer-dependency)

```
php composer.phar require presta/image-bundle
```

### Enable the bundles in the kernel

[](#enable-the-bundles-in-the-kernel)

You must add the following bundles into `app/AppKernel.php`:

```
