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

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

ingalabs/image-bundle
=====================

Symfony bundle for image serving

09PHP

Since Dec 9Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Image bundle
============

[](#image-bundle)

[![Build Status](https://camo.githubusercontent.com/464afd909d6643b63a60060d3f0a968b9e4f3bb75c0317371de1c9093ca524c0/68747470733a2f2f7472617669732d63692e6f72672f696e67616c6162732f696d6167652d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ingalabs/image-bundle) [![Coverage Status](https://camo.githubusercontent.com/e22a45f0a337a6f483f71384bc548788df88c518af2edac6160190442610f269/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f696e67616c6162732f696d6167652d62756e646c652f62616467652e737667)](https://coveralls.io/github/ingalabs/image-bundle?branch=master) [![Latest Stable Version](https://camo.githubusercontent.com/60d73c54a07a387bb45a423db1ffdb82996cce33139dc1394b55ee2880cecb3c/68747470733a2f2f706f7365722e707567782e6f72672f696e67616c6162732f696d6167652d62756e646c652f762f737461626c65)](https://packagist.org/packages/ingalabs/image-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/d20bfb1e86bda7b6e016c32a8e22aee3a2e534777d9f512b9543c719cebba82b/68747470733a2f2f706f7365722e707567782e6f72672f696e67616c6162732f696d6167652d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/ingalabs/image-bundle) [![License](https://camo.githubusercontent.com/54c54f7e338543adfa624255c9eefff691aea9ae1f539948d06e18b5d78c4228/68747470733a2f2f706f7365722e707567782e6f72672f696e67616c6162732f696d6167652d62756e646c652f6c6963656e7365)](https://packagist.org/packages/ingalabs/image-bundle)

Image serving bundle.

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

[](#installation)

### Step 1: Download the Bundle

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

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require inagalabs/image-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

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

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
