PHPackages                             11ya/actual-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. 11ya/actual-user-bundle

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

11ya/actual-user-bundle
=======================

Symfony bundle to refresh user roles after its changing

013PHP

Since Nov 29Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

ActualUserBundle
================

[](#actualuserbundle)

This bundle provides an opportunity to refresh user roles after its changing without re-authentication

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

[](#installation)

**1.** Install this bundle using composer

```
    $ composer require 11ya/actual-user-bundle:dev-master
```

or add the package to your `composer.json` file directly.

**2.** Register the bundle in `app/AppKernel.php`

```
    $bundles = array(
        // ...
        new Ilya\ActualUserBundle\IlyaActualUserBundle(),
    );
```

Usage
-----

[](#usage)

1. Implement ActualUserInterface in your User class.
2. [Modify security config](http://symfony.com/doc/current/security/custom_provider.html#modify-security-yml) to use custom provider service
3. Enjoy!

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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/2795968?v=4)[Ilya Vertakov](/maintainers/11ya)[@11ya](https://github.com/11ya)

---

Top Contributors

[![11ya](https://avatars.githubusercontent.com/u/2795968?v=4)](https://github.com/11ya "11ya (3 commits)")

### Embed Badge

![Health badge](/badges/11ya-actual-user-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/11ya-actual-user-bundle/health.svg)](https://phpackages.com/packages/11ya-actual-user-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)
