PHPackages                             ee/lightuser-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. ee/lightuser-bundle

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

ee/lightuser-bundle
===================

Inspired by FOSUserBundle but much simpler. Perfect when you just need a simple user.

0431PHP

Since Sep 24Pushed 12y ago4 watchersCompare

[ Source](https://github.com/EE/LightUserBundle)[ Packagist](https://packagist.org/packages/ee/lightuser-bundle)[ RSS](/packages/ee-lightuser-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

LightUserBundle
===============

[](#lightuserbundle)

Inspired by FOSUserBundle but much simpler. Perfect when you just need a simple user.

Important Note: This bundle is meant to work with Doctrine ORM only

Installation
============

[](#installation)

Step 1 - Composer
-----------------

[](#step-1---composer)

```
"ee/lightuser-bundle": "dev-master"

```

Step 2 - Enable bundle
----------------------

[](#step-2---enable-bundle)

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            [...]
            new EE\LightUserBundle\EELightUserBundle()
        );

    [...]

```

Step 3 - Create User Entity
---------------------------

[](#step-3---create-user-entity)

- [User Entity using annotations](./Resources/doc/3-1_user_entity_annotations.md)
- [User Entity using yml config](./Resources/doc/3-2_user_entity_yml.md)

Step 4 - Configuration
----------------------

[](#step-4---configuration)

You must provide entity class (yup, that one from previous step)

```
# app/config/config.yml

ee_light_user:
    entity:
        user:
            class: Acme\DemoBundle\Entity\User

```

Register user provider

```
# app/config.security.yml

providers:
    lightuser:
        id: ee_light_user.user_provider

```

Cookbook recipes
================

[](#cookbook-recipes)

- [Authenticating with Google](./Resources/doc/cookbook/authenticating_with_google.md)

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/85afef2bc0bd3adfee5b9dc13fb35829113ccecefb3b81fdeca7ac39010af4fc?d=identicon)[konradpodgorski](/maintainers/konradpodgorski)

---

Top Contributors

[![konradpodgorski](https://avatars.githubusercontent.com/u/837191?v=4)](https://github.com/konradpodgorski "konradpodgorski (6 commits)")[![piotrantosik](https://avatars.githubusercontent.com/u/154553?v=4)](https://github.com/piotrantosik "piotrantosik (1 commits)")

### Embed Badge

![Health badge](/badges/ee-lightuser-bundle/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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