PHPackages                             runroom-packages/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. [Database &amp; ORM](/categories/database)
4. /
5. runroom-packages/user-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

runroom-packages/user-bundle
============================

Manage admin users for Sonata

0.21.0(7mo ago)03.6kMITPHPPHP ^8.1CI passing

Since Oct 11Pushed 7mo ago4 watchersCompare

[ Source](https://github.com/Runroom/RunroomUserBundle)[ Packagist](https://packagist.org/packages/runroom-packages/user-bundle)[ Docs](https://github.com/runroom/RunroomUserBundle)[ RSS](/packages/runroom-packages-user-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (41)Versions (22)Used By (0)

RunroomUserBundle
=================

[](#runroomuserbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/151ccedc5147195dd94fde182cdbab366f0ae86144ee8975359d7347ffd134d6/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f757365722d62756e646c652f762f737461626c65)](https://packagist.org/packages/runroom-packages/user-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/8ca8e444d16c06127bd4e9a5df7f40c041ebf682ec502dc7e22986460bdc562f/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f757365722d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/runroom-packages/user-bundle)[![License](https://camo.githubusercontent.com/f6fadb53998948da19e7db73be06ce28f904be275aead2008408a9b97a0fb015/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f757365722d62756e646c652f6c6963656e7365)](https://packagist.org/packages/runroom-packages/user-bundle)

[![Total Downloads](https://camo.githubusercontent.com/fb738a59d74ef2103e5c38b1319280614c3c3793e01f38af532be2f1079391df/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f757365722d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/runroom-packages/user-bundle)[![Monthly Downloads](https://camo.githubusercontent.com/bb533b81500d86002a20ac588cd2ee7fe2be5ac1937cacf935b590f999c382d5/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f757365722d62756e646c652f642f6d6f6e74686c79)](https://packagist.org/packages/runroom-packages/user-bundle)[![Daily Downloads](https://camo.githubusercontent.com/9bb72a45a4060635d7f7b618f2ce307f58d0d12e71c26fa0b0c51902a0cbea2f/68747470733a2f2f706f7365722e707567782e6f72672f72756e726f6f6d2d7061636b616765732f757365722d62756e646c652f642f6461696c79)](https://packagist.org/packages/runroom-packages/user-bundle)

This bundle is inspired and replaces [SonataUserBundle](https://github.com/sonata-project/SonataUserBundle) to have a working solution for Symfony 5 with the new authentication mechanism. It also picks some features of [FOSUserBundle](https://github.com/FriendsOfSymfony/FOSUserBundle) and classes generated by the [SymfonyMakerBundle](https://github.com/symfony/maker-bundle).

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

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require runroom-packages/user-bundle
```

### Enable the Bundle

[](#enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Runroom\UserBundle\RunroomUserBundle::class => ['all' => true],
];
```

### Update doctrine schema

[](#update-doctrine-schema)

Finally, execute doctrine schema update to create the new tables:

```
console doctrine:schema:update --force

```

Contribute
----------

[](#contribute)

The sources of this package are contained in the Runroom monorepo. We welcome contributions for this package on [runroom/runroom-packages](https://github.com/Runroom/runroom-packages).

License
-------

[](#license)

This bundle is under the [MIT license](LICENSE).

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance63

Regular maintenance activity

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~72 days

Recently: every ~113 days

Total

21

Last Release

222d ago

PHP version history (2 changes)v0.13.3PHP ^7.4 || ^8.0

0.17.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/33302a19f0ac61f85039144cddb66a44136f96aa64a72e4d3167c6d8f15b59ac?d=identicon)[jordism91](/maintainers/jordism91)

---

Top Contributors

[![jenkins-runroom](https://avatars.githubusercontent.com/u/62430145?v=4)](https://github.com/jenkins-runroom "jenkins-runroom (70 commits)")

---

Tags

phpsonatasonata-adminsymfonysymfony-bundleuseruser-managementsymfonydoctrineuseradminsonata

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

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

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)

PHPackages © 2026

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