PHPackages                             unknown/user-light - 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. unknown/user-light

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

unknown/user-light
==================

Light user handling bundle for Symfony2

1.0.4(11y ago)012MITPHPPHP ~5.4

Since Mar 20Pushed 11y ago1 watchersCompare

[ Source](https://github.com/unknown-opensource/user-light)[ Packagist](https://packagist.org/packages/unknown/user-light)[ RSS](/packages/unknown-user-light/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (11)Versions (2)Used By (0)

Features
========

[](#features)

This bundle provides you with:

- reason to move on from php 5.3
- code base of 1k+ lines including 25+ phpspec examples
- symfony2 security configuration
- symfony2 security configuration for partially protected sites
- symfony2 firewall
- User entity for Doctrine ORM
- login controller
- login template
- login event logger

Issues and feature requests are tracked in the Github issue tracker

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

[](#installation)

1. To install this bundle with Composer, just add the following to your composer.json file:

    require: { ... "unknown/user-light": "1.0.4" }
2. Then register the bundle in AppKernel::registerBundles()

    $bundles = array( ... new Unknown\\Bundle\\ReportBundle\\UnknownUserLightBundle(), );
3. Include security configuration.

    imports: - { resource: @UnknownUserLightBundle/Resources/config/security.yml }

Custom User Entity
==================

[](#custom-user-entity)

To assign custom user entity for firewall use bundle configuration.

Partial bundle configuration:

```
unknown_user_light:
    user_entity_class: Acme\CustomBundle\Entity\User

```

Custom Login Event Logging
==========================

[](#custom-login-event-logging)

To store login events in database supply record class in bundle configuration. Supplied class should implement Unknown\\Bundle\\UserLightBundle\\Entity\\LoginRecordInterface interface.

Partial bundle configuration:

```
unknown_user_light:
    login_record_class: Acme\CustomBundle\Entity\LoginRecord

```

Custom Login Theme
==================

[](#custom-login-theme)

Default bundle configuration looks for ::login.html.twig template. However, there is already provided template which can be used by configuring bundle with following:

```
unknown_user_light:
    login_template: UserLightBundle::login.html.twig

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

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

Unknown

Total

1

Last Release

4123d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/671f5eadf97ceba97791a1f1fccbdd181fc2cdc88afa7b57033b0086b53f2859?d=identicon)[unknown.opensource](/maintainers/unknown.opensource)

---

Top Contributors

[![unknown-opensource](https://avatars.githubusercontent.com/u/10362589?v=4)](https://github.com/unknown-opensource "unknown-opensource (1 commits)")

---

Tags

userbaselight

### Embed Badge

![Health badge](/badges/unknown-user-light/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M507](/packages/pimcore-pimcore)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)

PHPackages © 2026

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