PHPackages                             mukulu/admin-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. mukulu/admin-bundle

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

mukulu/admin-bundle
===================

Symfony SonataAdminBundle

2.0.x-dev(13y ago)01MITPHPPHP &gt;=5.3.2

Since Dec 11Pushed 13y ago1 watchersCompare

[ Source](https://github.com/mukulu/SonataAdminBundle)[ Packagist](https://packagist.org/packages/mukulu/admin-bundle)[ Docs](http://sonata-project.org/bundles/admin)[ RSS](/packages/mukulu-admin-bundle/feed)WikiDiscussions 2.0 Synced 1w ago

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

SonataAdminBundle - The missing Symfony2 Admin Generator
========================================================

[](#sonataadminbundle---the-missing-symfony2-admin-generator)

[![Build Status](https://camo.githubusercontent.com/e0ed44f4a4fe89cb073e386313c8f9dbab81431eb0f2556942b8fb50d15edbcd/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f736f6e6174612d70726f6a6563742f536f6e61746141646d696e42756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/sonata-project/SonataAdminBundle)

The online documentation of the bundle is in

The demo website can be found in  (admin as user and password)

For contribution to the documentation you can find it on [Resources/doc](https://github.com/sonata-project/SonataAdminBundle/tree/master/Resources/doc).

**Warning**: documentation files are not rendering correctly in Github (reStructuredText format) and some content might be broken or hidden, make sure to read raw files.

**Warning**: The bundle has been split into 4 bundles :

- SonataAdminBundle : the current one, contains core libraries and services
- [SonataDoctrineORMAdminBundle](https://github.com/sonata-project/SonataDoctrineORMAdminBundle): Integrates the admin bundle into with the Doctrine ORM project
- [SonataDoctrineMongoDBAdminBundle](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle): Integrates the admin bundle into with MongoDB (early stage)
- [SonataDoctrinePhpcrAdminBundle](https://github.com/sonata-project/SonataDoctrinePhpcrAdminBundle): Integrates the admin bundle into with PHPCR (early stage)

**Google Groups**: For questions and proposals you can post on this google groups

- [Sonata Users](https://groups.google.com/group/sonata-users): Only for user questions
- [Sonata Devs](https://groups.google.com/group/sonata-devs): Only for devs

Quick example
-------------

[](#quick-example)

Defining an `Admin` class is pretty easy: simply define `configure[Show|Form|List|Datagrid]Fields` methods

```
