PHPackages                             idci/simple-metadata-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. idci/simple-metadata-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

idci/simple-metadata-bundle
===========================

Symfony SimpleMetadataBundle

v2.0.0(6y ago)260.9k1GPL-3.0-or-laterPHPPHP &gt;=5.3.2CI failing

Since Jul 2Pushed 6y ago9 watchersCompare

[ Source](https://github.com/IDCI-Consulting/SimpleMetadataBundle)[ Packagist](https://packagist.org/packages/idci/simple-metadata-bundle)[ RSS](/packages/idci-simple-metadata-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (29)Used By (1)

SimpleMetadataBundle
====================

[](#simplemetadatabundle)

Symfony2 simple metadata bundle

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

[](#installation)

To install this bundle please follow the next steps:

First add the dependency in your `composer.json` file:

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

Then install the bundle with the command:

```
php composer update
```

Enable the bundle in your application kernel:

```
