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

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

mkurzeja/image-bundle
=====================

Image handling bundle

v1.0.3(12y ago)0813MITPHPPHP &gt;=5.3.0

Since Apr 9Pushed 12y ago1 watchersCompare

[ Source](https://github.com/mkurzeja/ImageBundle)[ Packagist](https://packagist.org/packages/mkurzeja/image-bundle)[ Docs](https://github.com/Gregwar/ImageBundle)[ RSS](/packages/mkurzeja-image-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (5)Used By (0)

Gregwar's ImageBundle
=====================

[](#gregwars-imagebundle)

`GregwarImageBundle` provides easy Image manipulation and API for Symfony2 and Twig

Installation
============

[](#installation)

### Step 1: Download the GregwarImageBundle

[](#step-1-download-the-gregwarimagebundle)

***Using the vendors script***

Add the following lines to your `deps` file:

```
    [GregwarImageBundle]
        git=http://github.com/Gregwar/ImageBundle.git
        target=/bundles/Gregwar/ImageBundle

```

Now, run the vendors script to download the bundle:

```
$ php bin/vendors install
```

***Using submodules***

If you prefer instead to use git submodules, then run the following:

```
$ git submodule add git://github.com/Gregwar/ImageBundle.git vendor/bundles/Gregwar/ImageBundle
$ git submodule update --init
```

***Using Composer***

Add the following to the "require" section of your `composer.json` file:

```
    "gregwar/image-bundle": "dev-master"

```

You can also choose a version number, (tag, commit ...)

And update your dependencies

```
    php composer.phar update

```

### Step 2: Configure the Autoloader

[](#step-2-configure-the-autoloader)

If you use composer, you can skip this step.

Add it to your `autoload.pp` :

```
