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

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

ns/simple-user-bundle
=====================

Basic pre-configured user admin and auth bundle for NSAdminBundle

1.2.12(5y ago)0173proprietaryPHP

Since Jun 24Pushed 5y ago2 watchersCompare

[ Source](https://github.com/NobletSolutions/SimpleUserBundle)[ Packagist](https://packagist.org/packages/ns/simple-user-bundle)[ Docs](https://github.com/NobletSolutions/SimpleUserBundle)[ RSS](/packages/ns-simple-user-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (25)Used By (0)

SimpleUserBundle
================

[](#simpleuserbundle)

Basic pre-configured user admin and auth bundle for NSAdminBundle

\##Installation

Require SimpleUserBundle `composer require ns/simple-user-bundle`

add it to your project bundles.php `NS\SimpleUserBundle\NSSimpleUserBundle::class => ['all' => true],`

and require the routing config in your project routes.yaml file. **NOTE**: The SimpleUserBundle routes must be included *before* the AdminBundle routes.

```
ns_simple_user:
    resource: "@NSSimpleUserBundle/Resources/config/routing.yml"
    prefix:  /

ns_admin:
    resource: "@NSAdminBundle/Resources/config/routing.yml"
    prefix:  /admin
```

Update your project security.yaml file:

```
security:
    encoders:
        NS\SimpleUserBundle\Security\SecurityUser:
            algorithm: bcrypt
        NS\SimpleUserBundle\Entity\User\User:
            algorithm: bcrypt
    providers:
        app:
            id: NS\SimpleUserBundle\Security\SecurityUserProvider
    firewalls:
        main:
            form_login:
                login_path: login
                check_path: login_check
            logout:
                path: logout
                target: login
    access_control:
        - { path: ^/logout$, role: IS_AUTHENTICATED_ANONYMOUSLY }
        - { path: ^/login$, role: IS_AUTHENTICATED_ANONYMOUSLY }
```

The user admin list can be accessed with the `admin_user_list` route.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

Every ~10 days

Recently: every ~24 days

Total

24

Last Release

1918d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fac4100d94ea33234f843fa897f647c4bc8f9b1b43d7e93ed59f7cf49415f487?d=identicon)[mwoynarski](/maintainers/mwoynarski)

---

Top Contributors

[![mwoynarski](https://avatars.githubusercontent.com/u/143827?v=4)](https://github.com/mwoynarski "mwoynarski (48 commits)")

### Embed Badge

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

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[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)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

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

PHPackages © 2026

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