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

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

lch/user-bundle
===============

Symfony LchUserBundle

0126[2 issues](https://github.com/compagnie-hyperactive/UserBundle/issues)PHP

Since Feb 27Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

LCH User Bundle
===============

[](#lch-user-bundle)

This bundle provide a minimalistic yet configurable user management fonr Symfony applications.

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

[](#installation)

```
composer require lch/user-bundle

```

\## Configuration

In a dedicated `lch_user.yaml` (for SF 3.4+ with flex) or classical `config.yml`, add following keys:

```
lch_user:
  resetting_ttl: 86400 # optional
  classes:
    user: App\Entity\User\User # Mandatory
    manager:  App\Manager\UserManager # optional
    mailer:  App\Util\Mailer # optional
    token_generator:  App\Util\TokenGenerator # optional
```

This bundle provides utilities. This mean all rendering (templates, presentation, but also routing...) are up to you and you project specifities.

Usage
-----

[](#usage)

On your app, go to

- `/admin` : login form, with reset password link
- `/registration` : simple registration form

Route override
--------------

[](#route-override)

Feel free to duplicate and edit `@LchUserBundle/Resources/config/routing.yml` to make you own routes edition.

Completely work in progress. See Roadmap to help.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

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

---

Top Contributors

[![devgiants](https://avatars.githubusercontent.com/u/8057208?v=4)](https://github.com/devgiants "devgiants (72 commits)")

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)[better-futures-studio/filament-local-logins

This is my package filament-local-logins

1334.6k](/packages/better-futures-studio-filament-local-logins)

PHPackages © 2026

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