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

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

rofil/user
==========

The default user package application

024PHP

Since Aug 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/rhsitorus/user)[ Packagist](https://packagist.org/packages/rofil/user)[ RSS](/packages/rofil-user/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\##Introduction

\##Installation ###Composer

```
    "rofil/user": "dev-master"

```

and running `composer update`\###Register at AppKernel.php

```
    ....
    new Rofil\Admin\UserBundle\RofilAdminUserBundle(),
    ....

```

\##Configuration of Security at security.json

```
security:
    encoders:
        Symfony\Component\Security\Core\User\User: plaintext
        Rofil\Admin\UserBundle\Entity\User: plaintext
    role_hierarchy:
        ROLE_ADMIN: [ROLE_USER, ROLE_MANAGER]
        ROLE_MANAGER: [ROLE_USER]
    providers:
        chain_provider:
            chain:
                providers: [in_memory, user_db]
        in_memory:
            memory:
                users:
                    rofilde: { password: rofildehasudungan, roles: ROLE_ADMIN }
        user_db:
            entity: { class: RofilAdminUserBundle:User, property: username }
    firewalls:
        dev:
            pattern: ^/(_(profiler|wdt|error)|css|images|js)/
            security: false
        default:
            pattern: /.*
            form_login:
                login_path: /auth/login
                check_path: /login_check
                default_target_path: /
            logout:
                path: /logout
                target: /
            security: true
            anonymous: true
    access_control:
        - { path: /login, roles: IS_AUTHENTICATED_ANONYMOUSLY }
        - { path: /register, roles: IS_AUTHENTICATED_ANONYMOUSLY }
        - { path: ^/manage/user, roles: ROLE_ADMIN }
        - { path: ^/manage, roles: ROLE_MANAGER }
        - { path: ^/postingan, roles: ROLE_MANAGER }
        - { path: ^/.*/admin, roles:ROLE_USER }
        - { path: /.*, roles: IS_AUTHENTICATED_ANONYMOUSLY }

```

\###Routing at routing.yml

```
    rofil_admin_user:
        resource: "@RofilAdminUserBundle/Controller/"
        type:     annotation
        prefix:   /

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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://www.gravatar.com/avatar/0c0fb9ddfdf07bf3d17519455862aeb200b25e2c83dff35ef4e50e394af6ddf3?d=identicon)[rhsitorus](/maintainers/rhsitorus)

---

Top Contributors

[![rhsitorus](https://avatars.githubusercontent.com/u/7325894?v=4)](https://github.com/rhsitorus "rhsitorus (20 commits)")

### Embed Badge

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

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

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)[amocrm/amocrm-api-library

amoCRM API Client

182728.5k6](/packages/amocrm-amocrm-api-library)[vonage/jwt

A standalone package for creating JWTs for Vonage APIs

424.1M4](/packages/vonage-jwt)

PHPackages © 2026

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