PHPackages                             idci/simple-media-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. idci/simple-media-bundle

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

idci/simple-media-bundle
========================

Symfony SimpleMediaBundle

v2.1.0(13y ago)31331[2 issues](https://github.com/IDCI-Consulting/SimpleMediaBundle/issues)GPL-3.0+PHPPHP &gt;=5.3.2

Since Apr 16Pushed 8y ago4 watchersCompare

[ Source](https://github.com/IDCI-Consulting/SimpleMediaBundle)[ Packagist](https://packagist.org/packages/idci/simple-media-bundle)[ RSS](/packages/idci-simple-media-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

SimpleMediaBundle
=================

[](#simplemediabundle)

Symfony2 simple media bundle

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

[](#installation)

To install this bundle please follow the next steps:

First add the dependencies to your `composer.json` file:

```
"require": {
    ...
    "idci/simple-media-bundle":     "dev-master"
},
```

Then install the bundle with the command:

```
php composer update
```

Enable the bundle in your application kernel:

```
