PHPackages                             huitiemesens/sonata-admin-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. huitiemesens/sonata-admin-generator-bundle

ActiveSymfony-bundle

huitiemesens/sonata-admin-generator-bundle
==========================================

A tool to auto generate basic Sonata admin class

123PHP

Since Dec 3Pushed 10y ago1 watchersCompare

[ Source](https://github.com/huitiemesens/sonata-admin-generator-bundle)[ Packagist](https://packagist.org/packages/huitiemesens/sonata-admin-generator-bundle)[ RSS](/packages/huitiemesens-sonata-admin-generator-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

sonata-admin-generator-bundle
=============================

[](#sonata-admin-generator-bundle)

A automatic Sonata Admin generator

It provide you some command lines to generator admin class for your entities ...

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

[](#installation)

Sonata admin generator requires PHP 5.3, and should be installed using composer. The general composer instructions can be found on the \[composer website\]( composer website).

After that, just declare the bundle as follows into you composer.json :

```
"require" : {
    "huitiemesens/sonata-admin-generator-bundle" : "dev-master"
}

```

Then, run `composer.phar update` and you should be good.

Finally add the following code to your AppKernel.php

```
new huitiemesens\sonataAdminGeneratorBundle\huitiemesensSonataAdminGeneratorBundle(),

```

Usage
-----

[](#usage)

Will generate every entities inside a defined bundle

```
app/console admin:generate AppBundle

```

Then a prompt will ask to confirm each of entities found to be generated.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/eba6ae6fa4e203e423b4e4161ede7075ab3c2c5b431c547888f0205fee820bf1?d=identicon)[huitiemesens](/maintainers/huitiemesens)

### Embed Badge

![Health badge](/badges/huitiemesens-sonata-admin-generator-bundle/health.svg)

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

PHPackages © 2026

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