PHPackages                             skrobek/admingenerator-generator-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. skrobek/admingenerator-generator-bundle

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

skrobek/admingenerator-generator-bundle
=======================================

Forked From http://symfony2admingenerator.org/

0128PHP

Since Nov 16Pushed 12y ago1 watchersCompare

[ Source](https://github.com/skrobek/AdmingeneratorGeneratorBundle)[ Packagist](https://packagist.org/packages/skrobek/admingenerator-generator-bundle)[ RSS](/packages/skrobek-admingenerator-generator-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (5)Used By (0)

Symfony2 Admin Generator
========================

[](#symfony2-admin-generator)

[![KnpBundles Badge](https://camo.githubusercontent.com/a63ea27d40d6ce4494a2be238213daace9f50de89b3914db0c09ea85f664b8d4/687474703a2f2f6b6e7062756e646c65732e636f6d2f73796d666f6e793261646d696e67656e657261746f722f41646d696e67656e657261746f7247656e657261746f7242756e646c652f62616467652d73686f7274)](http://knpbundles.com/symfony2admingenerator/AdmingeneratorGeneratorBundle)[![project status](https://camo.githubusercontent.com/47ad9f25bb8f4ba808ea8ba2de4c7bb1a65f6c0de56dfe9fc55e144bf07e6789/687474703a2f2f7374696c6c6d61696e7461696e65642e636f6d2f6365647269636c6f6d626172646f742f41646d696e67656e657261746f7247656e657261746f7242756e646c652e706e67)](https://camo.githubusercontent.com/47ad9f25bb8f4ba808ea8ba2de4c7bb1a65f6c0de56dfe9fc55e144bf07e6789/687474703a2f2f7374696c6c6d61696e7461696e65642e636f6d2f6365647269636c6f6d626172646f742f41646d696e67656e657261746f7247656e657261746f7242756e646c652e706e67)[![build status](https://camo.githubusercontent.com/bf99e529992fe1a7514cc06c8019fe0625bdf23a288b6bd0199b97cf7c80ecfb/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f73796d666f6e793261646d696e67656e657261746f722f41646d696e67656e657261746f7247656e657261746f7242756e646c652e706e67)](http://travis-ci.org/symfony2admingenerator/AdmingeneratorGeneratorBundle)[![Latest Stable Version](https://camo.githubusercontent.com/d396112a0fd8eaba791cc73af4b2e8b296193dbb90c936eb6829a69ce0d64d64/68747470733a2f2f706f7365722e707567782e6f72672f6365647269636c6f6d626172646f742f61646d696e67656e657261746f722d67656e657261746f722d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/cedriclombardot/admingenerator-generator-bundle)[![Total Downloads](https://camo.githubusercontent.com/f4c22f0360b3e9b87a5a1812acb59e9f0e0a6be08952ea2830de80e5147cfbd6/68747470733a2f2f706f7365722e707567782e6f72672f6365647269636c6f6d626172646f742f61646d696e67656e657261746f722d67656e657261746f722d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/cedriclombardot/admingenerator-generator-bundle)

### The Real Missing Admin Generator for Symfony2!

[](#the-real-missing-admin-generator-for-symfony2)

This package is a Symfony2 Admin Generator based on YAML configuration and Twig templating. It's inspired by [fzaninotto/Doctrine2ActiveRecord](https://github.com/fzaninotto/Doctrine2ActiveRecord).

### Follow us on Twitter!

[](#follow-us-on-twitter)

Don't miss any updates from **Symfony2 Admin Generator**! Join Twitter today and [follow us](https://twitter.com/sf2admgen)!

Features:
---------

[](#features)

- Generate Views and Controllers for Models with one command
- Configure all options in one (per model) YAML file
- Includes standard actions: create/edit, show, delete, list/nestedset tree list
- Flexible and extendable: you can *easily* add or overwrite almost everything!
- Supports most popular model managers: **Doctrine ORM**, **Doctrine ODM** and **Propel**
- Introduces nested forms: create/edit object and all it's associated objects in one form!
- Manage relations one to one, one to many, many to one and **many to many**
- Fully translatable: all field elements (labels, placeholders, helpers), all widgets, actions, error messages and titles
- **List features:** sortable, paginated, filters, batch actions, scopes
- **Nestedset tree list features:** drag&amp;drop to manage your tree
- **New/Edit featues:** fieldsets, tabbable, cool widgets for *collection, file upload, date and entity* fields
- Translated into DE, **EN (default)**, ES, FA, FR, GR, IT, JA, NL, PL, PT, RO, RU, SL, TR, UK (you can easily contribute to add your own)
- Credentials for actions, columns and form fields
- Complete admin design based on [twitter bootstrap](http://twitter.github.com/bootstrap/) *(see next section)*
- ... and more!

This bundle in pictures
-----------------------

[](#this-bundle-in-pictures)

[![Preview of list](https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle/raw/master/Resources/preview/list-preview.png)](https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle/raw/master/Resources/preview/list-preview.png)

[![Preview of edit](https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle/raw/master/Resources/preview/edit-preview.png)](https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle/raw/master/Resources/preview/edit-preview.png)

[![Preview of dashboard](https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle/raw/master/Resources/preview/dashboard-welcome-preview.png)](https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle/raw/master/Resources/preview/dashboard-welcome-preview.png)

Important note
==============

[](#important-note)

Documentation is currently being rewritten. Old documentation can be found in:

- [Resources/old-doc](https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle/tree/master/Resources/old-doc) directory
- [symfony2admingenerator.org](http://symfony2admingenerator.org) website
- some new features configuration can be found in github issues/PR comments

Sorry for inconvenience, we will fix that as soon as possible!

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

[](#installation)

All the installation instructions are located in [documentation](https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle/blob/master/Resources/doc/documentation.md#installation).

Documentation
-------------

[](#documentation)

The documentation for this bundle is located in `Resources/doc` directory. Start by reading [Table of contents](https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle/blob/master/Resources/doc/documentation.md#table-of-contents).

Support
-------

[](#support)

If you're haveing trouble or you found an error feel free to open a github ticket, but first please read [submitting issues](https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle/blob/master/Resources/doc/support-and-contribution/submitting-issues.md).

Sensio Connect
--------------

[](#sensio-connect)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc2894ca8d4d11bba7e1d507b309be658d50b7c12a649f4c729833a670f25b0e?d=identicon)[skrobek](/maintainers/skrobek)

---

Top Contributors

[![loostro](https://avatars.githubusercontent.com/u/39191878?v=4)](https://github.com/loostro "loostro (795 commits)")[![cedriclombardot](https://avatars.githubusercontent.com/u/651484?v=4)](https://github.com/cedriclombardot "cedriclombardot (551 commits)")[![sescandell](https://avatars.githubusercontent.com/u/1559970?v=4)](https://github.com/sescandell "sescandell (154 commits)")[![neoshadybeat](https://avatars.githubusercontent.com/u/350521?v=4)](https://github.com/neoshadybeat "neoshadybeat (102 commits)")[![skrobek](https://avatars.githubusercontent.com/u/708637?v=4)](https://github.com/skrobek "skrobek (85 commits)")[![eymengunay](https://avatars.githubusercontent.com/u/242627?v=4)](https://github.com/eymengunay "eymengunay (37 commits)")[![bobvandevijver](https://avatars.githubusercontent.com/u/1835343?v=4)](https://github.com/bobvandevijver "bobvandevijver (22 commits)")[![vitaliytv](https://avatars.githubusercontent.com/u/1549046?v=4)](https://github.com/vitaliytv "vitaliytv (18 commits)")[![willdurand](https://avatars.githubusercontent.com/u/217628?v=4)](https://github.com/willdurand "willdurand (13 commits)")[![K-Phoen](https://avatars.githubusercontent.com/u/66958?v=4)](https://github.com/K-Phoen "K-Phoen (10 commits)")[![cbou](https://avatars.githubusercontent.com/u/611389?v=4)](https://github.com/cbou "cbou (9 commits)")[![mikeyudin](https://avatars.githubusercontent.com/u/981848?v=4)](https://github.com/mikeyudin "mikeyudin (8 commits)")[![eexbee](https://avatars.githubusercontent.com/u/1703545?v=4)](https://github.com/eexbee "eexbee (8 commits)")[![pakaufmann](https://avatars.githubusercontent.com/u/777508?v=4)](https://github.com/pakaufmann "pakaufmann (8 commits)")[![denys281](https://avatars.githubusercontent.com/u/754467?v=4)](https://github.com/denys281 "denys281 (7 commits)")[![thibmonier](https://avatars.githubusercontent.com/u/413136?v=4)](https://github.com/thibmonier "thibmonier (6 commits)")[![enkaho](https://avatars.githubusercontent.com/u/1489578?v=4)](https://github.com/enkaho "enkaho (6 commits)")[![battika](https://avatars.githubusercontent.com/u/1209088?v=4)](https://github.com/battika "battika (5 commits)")[![bmelman](https://avatars.githubusercontent.com/u/1512130?v=4)](https://github.com/bmelman "bmelman (5 commits)")[![daum](https://avatars.githubusercontent.com/u/52372?v=4)](https://github.com/daum "daum (5 commits)")

### Embed Badge

![Health badge](/badges/skrobek-admingenerator-generator-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/skrobek-admingenerator-generator-bundle/health.svg)](https://phpackages.com/packages/skrobek-admingenerator-generator-bundle)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
