PHPackages                             agence-adeliom/easy-admin-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. agence-adeliom/easy-admin-user-bundle

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

agence-adeliom/easy-admin-user-bundle
=====================================

A Symfony bundle for EasyAdmin that provide basic user authentification flow

3.0.2(5mo ago)1311.2k5MITPHPPHP &gt;=8.2

Since Apr 8Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/agence-adeliom/easy-admin-user-bundle)[ Packagist](https://packagist.org/packages/agence-adeliom/easy-admin-user-bundle)[ Docs](https://github.com/agence-adeliom/easy-admin-user-bundle)[ RSS](/packages/agence-adeliom-easy-admin-user-bundle/feed)WikiDiscussions 2.x Synced 2d ago

READMEChangelogDependencies (13)Versions (134)Used By (0)

[![Adeliom](https://camo.githubusercontent.com/cfcea17cd5354fe5c47c2873d4ec93e8d84e1468240bc616fdfb9196dc032093/68747470733a2f2f6164656c696f6d2e636f6d2f7075626c69632f75706c6f6164732f323031372f30392f4164656c696f6d5f6c6f676f2e706e67)](https://camo.githubusercontent.com/cfcea17cd5354fe5c47c2873d4ec93e8d84e1468240bc616fdfb9196dc032093/68747470733a2f2f6164656c696f6d2e636f6d2f7075626c69632f75706c6f6164732f323031372f30392f4164656c696f6d5f6c6f676f2e706e67)[![Quality gate](https://camo.githubusercontent.com/075cf73dee4435bbcd5422b017f3639d4dbf9b576913c7185ef6a4c5896f1ba5/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f7175616c6974795f676174653f70726f6a6563743d6167656e63652d6164656c696f6d5f656173792d61646d696e2d757365722d62756e646c65)](https://sonarcloud.io/dashboard?id=agence-adeliom_easy-admin-user-bundle)

Easy Admin User Bundle
======================

[](#easy-admin-user-bundle)

Provide a basic integration of user authentification and password reset in Easyadmin.

Features
--------

[](#features)

- A complete user flow
- A command to generate a user account
- A Easyadmin CRUD interface to manage users

Versions
--------

[](#versions)

Repository BranchVersionSymfony CompatibilityPHP CompatibilityStatus`3.x``3.x``6.4`, and `7.x``8.2` or higherNew features and bug fixes`2.x``2.x``5.4`, and `6.x``8.0.2` or higherBug fixes`1.x``1.x``4.4`, and `5.x``7.2.5` or higherNo longer maintainedInstallation with Symfony Flex
------------------------------

[](#installation-with-symfony-flex)

Add our recipes endpoint

```
{
  "extra": {
    "symfony": {
      "endpoint": [
        "https://api.github.com/repos/agence-adeliom/symfony-recipes/contents/index.json?ref=flex/main",
        ...
        "flex://defaults"
      ],
      "allow-contrib": true
    }
  }
}
```

Install with composer

```
composer require agence-adeliom/easy-admin-user-bundle
```

### Setup database

[](#setup-database)

#### Using doctrine migrations

[](#using-doctrine-migrations)

```
php bin/console doctrine:migration:diff
php bin/console doctrine:migration:migrate
```

#### Without

[](#without)

```
php bin/console doctrine:schema:update --force
```

Usage/Examples
--------------

[](#usageexamples)

The `easy-admin:add-user` command creates new users and saves them in the database:

```
bin/console easy-admin:add-user email password
```

By default the command creates regular users. To create administrator users, add the `--admin` option:

```
bin/console easy-admin:add-user email password --admin
```

Or to create super-administrator users, add the `--super-admin` option:

```
bin/console easy-admin:add-user email password --super-admin
```

If you omit any of the 2 required arguments, the command will ask you to provide the missing values:

```
# command will ask you for the password
bin/console easy-admin:add-user email

# command will ask you for the email and the password
bin/console easy-admin:add-user
```

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

[](#documentation)

[Check it here](doc/index.md)

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

Authors
-------

[](#authors)

- [@arnaud-ritti](https://github.com/arnaud-ritti)

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance76

Regular maintenance activity

Popularity34

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity79

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

Recently: every ~2 days

Total

132

Last Release

109d ago

Major Versions

1.0.0 → 2.0.12022-08-26

2.0.122 → 3.0.0-alpha2025-03-13

2.0.127 → 3.0.02025-11-05

2.0.131 → 3.0.22026-01-29

2.0.135 → 3.x-dev2026-03-16

PHP version history (3 changes)1.0.0PHP ^7.4|^8.0

2.0.1PHP &gt;=8.0.2

3.0.0-alphaPHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/6471ac11bb69c46070e9140c9272639d3fe4b569c68ef8cde7cf60b0aa4ce9e6?d=identicon)[arnaud-ritti](/maintainers/arnaud-ritti)

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

---

Top Contributors

[![jdadeliom](https://avatars.githubusercontent.com/u/97044531?v=4)](https://github.com/jdadeliom "jdadeliom (56 commits)")[![JeanDavidDaviet](https://avatars.githubusercontent.com/u/1676202?v=4)](https://github.com/JeanDavidDaviet "JeanDavidDaviet (47 commits)")[![jeromeengeln](https://avatars.githubusercontent.com/u/51697251?v=4)](https://github.com/jeromeengeln "jeromeengeln (15 commits)")[![VirgileGibello](https://avatars.githubusercontent.com/u/107399970?v=4)](https://github.com/VirgileGibello "VirgileGibello (6 commits)")

---

Tags

easyadminsymfonyusersymfonyusereasyadmin

### Embed Badge

![Health badge](/badges/agence-adeliom-easy-admin-user-bundle/health.svg)

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

###  Alternatives

[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)

PHPackages © 2026

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