PHPackages                             symfony2admingenerator/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. symfony2admingenerator/user-bundle

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

symfony2admingenerator/user-bundle
==================================

FOSUserBundle integration for Symfony2Admingenerator.

v2.0-beta.6(11y ago)31.3k1MITPHP

Since Sep 13Pushed 10y ago6 watchersCompare

[ Source](https://github.com/symfony2admingenerator/UserBundle)[ Packagist](https://packagist.org/packages/symfony2admingenerator/user-bundle)[ Docs](http://symfony2admingenerator.org/)[ RSS](/packages/symfony2admingenerator-user-bundle/feed)WikiDiscussions master Synced 1w ago

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

AdminGenerator UserBundle
=========================

[](#admingenerator-userbundle)

[![KnpBundles Badge](https://camo.githubusercontent.com/30da1f0578c75aa9e55069e7845862fdec611bc7c033f1ec6b6cd3b17c483460/687474703a2f2f6b6e7062756e646c65732e636f6d2f73796d666f6e793261646d696e67656e657261746f722f47656e657261746f7242756e646c652f62616467652d73686f7274)](http://knpbundles.com/symfony2admingenerator/GeneratorBundle)

This package is a part of the [Symfony2 Admin Generator](https://github.com/symfony2admingenerator/GeneratorBundle) 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)

### Download files

[](#download-files)

Add Admingenerator to your `composer.json`:

```
"require": {
    "symfony2admingenerator/user-bundle": "dev-master"
},
```

Then run `php composer.phar update` command.

> **Note:** This repository is compatible with [symfony2admingenerator/GeneratorBundle](https://github.com/symfony2admingenerator/GeneratorBundle).

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

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.1% of commits — single point of failure

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 ~48 days

Recently: every ~10 days

Total

6

Last Release

4026d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1835343?v=4)[Bob van de Vijver](/maintainers/bobvandevijver)[@bobvandevijver](https://github.com/bobvandevijver)

![](https://www.gravatar.com/avatar/62742e225a2fc5b04681425b580d7845cc0d2ac572ab0bfaaee4c7705fafd790?d=identicon)[sescandell](/maintainers/sescandell)

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

![](https://avatars.githubusercontent.com/u/1419884?v=4)[ioleo](/maintainers/ioleo)[@ioleo](https://github.com/ioleo)

---

Top Contributors

[![loostro](https://avatars.githubusercontent.com/u/39191878?v=4)](https://github.com/loostro "loostro (57 commits)")[![ksn135](https://avatars.githubusercontent.com/u/230304?v=4)](https://github.com/ksn135 "ksn135 (6 commits)")[![sescandell](https://avatars.githubusercontent.com/u/1559970?v=4)](https://github.com/sescandell "sescandell (4 commits)")

### Embed Badge

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

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

###  Alternatives

[cedriclombardot/admingenerator-user-bundle

FOSUserBundle integration for Symfony2Admingenerator.

1010.3k](/packages/cedriclombardot-admingenerator-user-bundle)

PHPackages © 2026

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