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

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

demontpx/user-bundle
====================

Provider users and user management to my Symfony apps

0.9.4(5y ago)1458MITPHPPHP &gt;=7.4

Since Feb 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/DemonTPx/user-bundle)[ Packagist](https://packagist.org/packages/demontpx/user-bundle)[ RSS](/packages/demontpx-user-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (14)Versions (32)Used By (0)

DemonTPx user bundle
====================

[](#demontpx-user-bundle)

This couples the FOSUserBundle to my Symfony apps

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

[](#installation)

Add the user bundle to your symfony project:

```
$ compose require demontpx/user-bundle
```

Configuration
-------------

[](#configuration)

User roles can be added in your `config/packages/demontpx_user.yaml`:

```
demontpx_user:
    roles:
        ROLE_ADMIN: Administrator
        ROLE_GROUP_MANAGER: Group manager
        ROLE_SUPER: Super user

```

ORM Data fixtures for testing can be added in `config/packages/test/demontpx_user.yml`:

```
demontpx_user:
    fixtures:
        user: ~
        admin: { roles: [ROLE_ADMIN] }
        super_user: { roles: [ROLE_ADMIN, ROLE_SUPER] }

```

Users will get the same password as the user name, and you will be able to use the `UserWebTestCase` class from the util bundle for your user-aware functional tests. You will also need to add this to your `config/packages/test/security.yml` to enable this:

```
security:
    firewalls:
        main: # Replace this with your firewall name
            http_basic: ~

```

Additional javascript and stylesheets
-------------------------------------

[](#additional-javascript-and-stylesheets)

A SCSS file is located at `assets/user-bundle.scss` which could be imported.

Some elements have the `select2` class which could be enhanced by enabling [select2](https://select2.github.io/) on them.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

31

Last Release

1955d ago

PHP version history (6 changes)0.1.0PHP &gt;=5.5

0.2.3PHP ^5.5|^7.0

0.3PHP ^7.0

0.4PHP ^7.1

0.9PHP ^7.4

0.9.4PHP &gt;=7.4

### Community

Maintainers

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

---

Top Contributors

[![DemonTPx](https://avatars.githubusercontent.com/u/2570835?v=4)](https://github.com/DemonTPx "DemonTPx (61 commits)")

---

Tags

user

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k172.9M1.8k](/packages/symfony-security-bundle)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-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.0k15.4k](/packages/prestashop-prestashop)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)

PHPackages © 2026

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