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

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

bengor-user/user-bundle
=======================

Symfony bundle on top of BenGor's user library

v0.8.5(9y ago)126.3k[1 issues](https://github.com/BenGorUser/UserBundle/issues)8MITPHPPHP ^5.5 || ^7.0

Since Oct 29Pushed 9y ago2 watchersCompare

[ Source](https://github.com/BenGorUser/UserBundle)[ Packagist](https://packagist.org/packages/bengor-user/user-bundle)[ RSS](/packages/bengor-user-user-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (10)Versions (26)Used By (8)

BenGorUserBundle
================

[](#bengoruserbundle)

> Fully featured and test covered user Symfony bundle built on top of [BenGorUser](https://github.com/BenGorUser/User) library

[![SensioLabsInsight](https://camo.githubusercontent.com/ed7998edcb19b2a8c77c2fb836e04245003dbcb232a8b1d36918e40493435691/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f35613261633734352d353966382d343762392d383036612d3664316634663963393661362f6d696e692e706e67)](https://insight.sensiolabs.com/projects/5a2ac745-59f8-47b9-806a-6d1f4f9c96a6)[![Build Status](https://camo.githubusercontent.com/e432460ab6ccead0044351593d2bdcabcd4dad4ae386cc52e5d732df5b13d295/68747470733a2f2f7472617669732d63692e6f72672f42656e476f72557365722f5573657242756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/BenGorUser/UserBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/9fa1264a6ad779bc8ed4429e38b92703d5c5b6f0ba5d023e577fd3258d7897e7/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f42656e476f72557365722f5573657242756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/BenGorUser/UserBundle/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/96dd8843326ae5070eba9e36feb9fdc6a9af3dd51780c000fc1831f5826695f5/68747470733a2f2f706f7365722e707567782e6f72672f62656e676f722d757365722f757365722d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/bengor-user/user-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/9dce7153fb7fee02f295e1fce7b3f787f0500c08a044cdd568dd83994143d99f/68747470733a2f2f706f7365722e707567782e6f72672f62656e676f722d757365722f757365722d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/bengor-user/user-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/927a6c2c6e3c1405e49dd1f108e05a44ab064657731a1f910bd15afbdddd2060/68747470733a2f2f706f7365722e707567782e6f72672f62656e676f722d757365722f757365722d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/bengor-user/user-bundle)

Following the [basic configuration guide](docs/basic_configuration.md), in 2 minutes you will have the following fully tested **multiple user type** and **multiple renderers** (HTML / JSON) features in your Symfony application:

- User registration
    - Basic
    - With confirmation
    - By invitation
- Change password
    - Basic
    - Without old password
    - Using Remember password
- Log in / log out
- JWT authentication
- User removal
- Role management
    - Grant
    - Revoke
- Purge outdated tokens
    - Invitation token
    - Remember password token

Requirements
------------

[](#requirements)

PHP &gt;= 5.5
Symfony &gt;= 2.8

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

[](#documentation)

All the documentation is stored in the `docs` folder.

[Show me the docs!](docs/index.md)

Tests
-----

[](#tests)

This bundle is completely tested by **[PHPSpec](http://www.phpspec.net/), SpecBDD framework for PHP**.

In case you want to contribute or just run the tests, use the following command.

```
$ vendor/bin/phpspec run -fpretty
```

Contributing
------------

[](#contributing)

If you have any doubt or maybe you want to share some opinion, you can use our **Gitter** chat.

[![Join the chat at https://gitter.im/BenGorUser/User](https://camo.githubusercontent.com/7c384e7dff627bc25687c2976b4ff7e1c87275f4d73f461b7ec1ab826fa58a14/68747470733a2f2f6261646765732e6769747465722e696d2f42656e476f72557365722f557365722e737667)](https://gitter.im/BenGorUser/User?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

BenGorUser uses [Crowdin](https://crowdin.com/) as tool to manage translations so, please help us translating your favorite language via this service. Pull requests about translations will not be accepted.

[![Crowdin](https://camo.githubusercontent.com/fe5982dda41fecd317f7dcb2a01c3ce27f7747d56608dfe76b1e5f9669a620be/68747470733a2f2f64333232637174353834626f346f2e636c6f756466726f6e742e6e65742f62656e676f72757365722f6c6f63616c697a65642e737667)](https://crowdin.com/project/bengoruser)

This bundle follows PHP coding standards, so pull requests need to execute the Fabien Potencier's [PHP-CS-Fixer](http://cs.sensiolabs.org/). Furthermore, if the PR creates some not-PHP file remember that you have to put the license header manually. In order to simplify we provide a Composer script that wraps all the commands related with this process.

```
$ composer run-script cs
```

There is also a policy for contributing to this project. Pull requests must be explained step by step to make the review process easy in order to accept and merge them. New methods or code improvements must come paired with [PHPSpec](http://www.phpspec.net/) tests.

If you would like to contribute it is a good point to follow Symfony contribution standards, so please read the [Contributing Code](http://symfony.com/doc/current/contributing/code/index.html) in the project documentation. If you are submitting a pull request, please follow the guidelines in the [Submitting a Patch](http://symfony.com/doc/current/contributing/code/patches.html#check-list) section and use the [Pull Request Template](http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request).

Credits
-------

[](#credits)

This bundle is created by:

>

**@benatespina** -
**@gorkalaucirica** -

Licensing Options
-----------------

[](#licensing-options)

[![License](https://camo.githubusercontent.com/962da9c67a3a8c65c1531d06fc88a20859325c94d06b30711428888ed512db65/68747470733a2f2f706f7365722e707567782e6f72672f62656e676f722d757365722f757365722d62756e646c652f6c6963656e73652e737667)](https://github.com/BenGorUser/UserBundle/blob/master/LICENSE)

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.7% 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 ~25 days

Recently: every ~34 days

Total

25

Last Release

3285d ago

PHP version history (3 changes)v0.2.0PHP &gt;=5.4

v0.3.3PHP &gt;=5.5

v0.5.0PHP ^5.5 || ^7.0

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/06308bfc15d8774c16d36d727f852c2d29ed8d0d6153637384439747776dc658?d=identicon)[benatespina](/maintainers/benatespina)

---

Top Contributors

[![benatespina](https://avatars.githubusercontent.com/u/3951376?v=4)](https://github.com/benatespina "benatespina (272 commits)")[![gorkalaucirica](https://avatars.githubusercontent.com/u/1749891?v=4)](https://github.com/gorkalaucirica "gorkalaucirica (57 commits)")

---

Tags

ddddomain-driven-designphpsymfony-bundleuser-managementbundleuserddd

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M373](/packages/easycorp-easyadmin-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[kimai/kimai

Kimai - Time Tracking

4.7k8.7k1](/packages/kimai-kimai)[prestashop/prestashop

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

9.1k16.8k](/packages/prestashop-prestashop)[chameleon-system/chameleon-base

The Chameleon System core.

1027.9k4](/packages/chameleon-system-chameleon-base)[sulu/sulu

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

1.3k1.4M196](/packages/sulu-sulu)

PHPackages © 2026

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