PHPackages                             ibrows/sonata-admin-annotation-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. [Admin Panels](/categories/admin)
4. /
5. ibrows/sonata-admin-annotation-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

ibrows/sonata-admin-annotation-bundle
=====================================

Manage Sonata Form, Data, List and ShowMapper over annotations

2.4.2(9y ago)019.9k12MITPHPPHP &gt;=5.3.0

Since Feb 19Pushed 5y agoCompare

[ Source](https://github.com/ibrows/IbrowsSonataAdminAnnotationBundle)[ Packagist](https://packagist.org/packages/ibrows/sonata-admin-annotation-bundle)[ RSS](/packages/ibrows-sonata-admin-annotation-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (16)Used By (2)

IbrowsSonataAdminAnnotationBundle
=================================

[](#ibrowssonataadminannotationbundle)

Manage Sonata Form, Data, List and ShowMapper over annotations

[![Latest Stable Version](https://camo.githubusercontent.com/6dee8264096666321bbdd40972cb7be4e2debf6d8277a0a742eb0296638d919a/68747470733a2f2f706f7365722e707567782e6f72672f6962726f77732f736f6e6174612d61646d696e2d616e6e6f746174696f6e2d62756e646c652f762f737461626c65)](https://packagist.org/packages/ibrows/sonata-admin-annotation-bundle) [![Total Downloads](https://camo.githubusercontent.com/18bdce9461fe78f46a6c7772902132a2d27479bbf7cf679342fff06c1a1e9a3b/68747470733a2f2f706f7365722e707567782e6f72672f6962726f77732f736f6e6174612d61646d696e2d616e6e6f746174696f6e2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/ibrows/sonata-admin-annotation-bundle)

[![knpbundles.com](https://camo.githubusercontent.com/b6a858b253b037a24f6654b4e35120486fc22d6b87d1d54e7a9daea14b01a319/687474703a2f2f6b6e7062756e646c65732e636f6d2f6962726f77732f4962726f7773536f6e61746141646d696e416e6e6f746174696f6e42756e646c652f62616467652d73686f7274)](http://knpbundles.com/ibrows/IbrowsSonataAdminAnnotationBundle)

How to install
==============

[](#how-to-install)

### Add Bundle to your composer.json

[](#add-bundle-to-your-composerjson)

```
// composer.json

{
    "require": {
        "ibrows/sonata-admin-annotation-bundle": "*"
    }
}
```

### Install the bundle from console with composer.phar

[](#install-the-bundle-from-console-with-composerphar)

```
$ php composer.phar update ibrows/sonata-admin-annotation-bundle
```

### Enable the bundle in AppKernel.php - Dont forget to give AppKernel to the Bundle and register the Bundle *BEFORE* SonataAdminBundle

[](#enable-the-bundle-in-appkernelphp---dont-forget-to-give-appkernel-to-the-bundle-and-register-the-bundle-before-sonataadminbundle)

```
