PHPackages                             cedriclombardot/admingenerator-user-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. cedriclombardot/admingenerator-user-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

cedriclombardot/admingenerator-user-bundle
==========================================

FOSUserBundle integration for Symfony2Admingenerator.

v1.1.1(11y ago)1010.3k4MITPHP

Since Jun 18Pushed 11y ago8 watchersCompare

[ Source](https://github.com/symfony2admingenerator/AdmingeneratorUserBundle)[ Packagist](https://packagist.org/packages/cedriclombardot/admingenerator-user-bundle)[ Docs](http://symfony2admingenerator.org/)[ RSS](/packages/cedriclombardot-admingenerator-user-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (2)Versions (7)Used By (0)

Symfony2 Admin Generator User Bundle
====================================

[](#symfony2-admin-generator-user-bundle)

---

[![KnpBundles Badge](https://camo.githubusercontent.com/a63ea27d40d6ce4494a2be238213daace9f50de89b3914db0c09ea85f664b8d4/687474703a2f2f6b6e7062756e646c65732e636f6d2f73796d666f6e793261646d696e67656e657261746f722f41646d696e67656e657261746f7247656e657261746f7242756e646c652f62616467652d73686f7274)](http://knpbundles.com/symfony2admingenerator/AdmingeneratorGeneratorBundle)[![project status](https://camo.githubusercontent.com/eea54cdc4b108656eb306643a6cf4d64d9bc553c5929d3b514373d2861b4a636/687474703a2f2f7374696c6c6d61696e7461696e65642e636f6d2f6365647269636c6f6d626172646f742f41646d696e67656e657261746f725573657242756e646c652e706e67)](https://camo.githubusercontent.com/eea54cdc4b108656eb306643a6cf4d64d9bc553c5929d3b514373d2861b4a636/687474703a2f2f7374696c6c6d61696e7461696e65642e636f6d2f6365647269636c6f6d626172646f742f41646d696e67656e657261746f725573657242756e646c652e706e67)[![Latest Stable Version](https://camo.githubusercontent.com/d5107d5548df9da97a795422b2cbbc221575fa4f0e013a2518ab78600ef7b975/68747470733a2f2f706f7365722e707567782e6f72672f6365647269636c6f6d626172646f742f61646d696e67656e657261746f722d757365722d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/cedriclombardot/admingenerator-user-bundle)[![Total Downloads](https://camo.githubusercontent.com/d23d30042b0ca19e795eb3a6ddbafb5a302685c7a15bb74cd3c58fe9802244ed/68747470733a2f2f706f7365722e707567782e6f72672f6365647269636c6f6d626172646f742f61646d696e67656e657261746f722d757365722d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/cedriclombardot/admingenerator-user-bundle)

This package is a part of the [Symfony2 Admin Generator](https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle) based on YAML configuration and Twig templating.

It will allow you to associate to the [FOSUserBundle](https://github.com/FriendsOfSymfony/FOSUserBundle) a base layout configured throw a config in the config.yml

### 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)!

How to setup
------------

[](#how-to-setup)

Installation via composer
=========================

[](#installation-via-composer)

---

[go back to Table of contents](https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle/blob/master/Resources/doc/documentation.md#1-installation)

### 1. Download files

[](#1-download-files)

Add Admingenerator to your `composer.json`:

#### v1.0 branch for Twitter Bootstrap2 styles

[](#v10-branch-for-twitter-bootstrap2-styles)

```
"require": {
    "cedriclombardot/admingenerator-user-bundle": "~1.0"
},
```

#### v1.1 branch for Twitter Bootstrap3 styles

[](#v11-branch-for-twitter-bootstrap3-styles)

```
"require": {
    "cedriclombardot/admingenerator-user-bundle": "~1.1"
},
```

Then run `php composer.phar update` command.

> **Note:** The branches reflect branches of [AdmingeneratorGeneratorBundle](https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle).

### Setup the FOSUserBundle

[](#setup-the-fosuserbundle)

Follow the bundle documentation :

### Enable the bundle in AppKernel

[](#enable-the-bundle-in-appkernel)

```
 $bundles = array(
    // ....
    new Admingenerator\UserBundle\AdmingeneratorUserBundle(),
```

### Configure the base layout to use for the login form

[](#configure-the-base-layout-to-use-for-the-login-form)

In config.yml

```
admingenerator_user:
     login_template: AdmingeneratorGeneratorBundle::base_admin.html.twig
```

Use the twig extension in your projects :
-----------------------------------------

[](#use-the-twig-extension-in-your-projects-)

```
{% extends_my_configured_layout 'admingenerator.user_login_template' %}
```

Will be the same as :

```
{% extends 'The value of the container paramater admingenerator.user_login_template' %}
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

4347d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/52d4597d48c6639975152add5a1dccb0533f51f811cd124fc01a34938bbbf197?d=identicon)[cedriclombardot](/maintainers/cedriclombardot)

---

Top Contributors

[![loostro](https://avatars.githubusercontent.com/u/39191878?v=4)](https://github.com/loostro "loostro (16 commits)")[![cedriclombardot](https://avatars.githubusercontent.com/u/651484?v=4)](https://github.com/cedriclombardot "cedriclombardot (15 commits)")[![denys281](https://avatars.githubusercontent.com/u/754467?v=4)](https://github.com/denys281 "denys281 (2 commits)")[![pakaufmann](https://avatars.githubusercontent.com/u/777508?v=4)](https://github.com/pakaufmann "pakaufmann (2 commits)")

### Embed Badge

![Health badge](/badges/cedriclombardot-admingenerator-user-bundle/health.svg)

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

PHPackages © 2026

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