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

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

ncmf/user-bundle
================

Extension for FOSUserBundle

168HTML

Since Aug 6Pushed 5y agoCompare

[ Source](https://github.com/ncmf/UserBundle)[ Packagist](https://packagist.org/packages/ncmf/user-bundle)[ RSS](/packages/ncmf-user-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

UserBundle
==========

[](#userbundle)

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

[](#installation)

### Install package

[](#install-package)

```
php composer.phar require ncmf/user-bundle:dev-master

```

### Add bundles to app/AppKernel.php

[](#add-bundles-to-appappkernelphp)

```
        new \NCMF\UserBundle\NCMFUserBundle(),
        new \FOS\UserBundle\FOSUserBundle(),

```

### Edit app/config/config.yml like this

[](#edit-appconfigconfigyml-like-this)

```
imports:
    ...
    # - { resource: security.yml } # comment standard security config
    ...
    - { resource: "@NCMFUserBundle/Resources/config/config.yml" }
    - { resource: "@NCMFUserBundle/Resources/config/security.yml" }
    ...

```

### Add user bundle routes to app/config/routing.yml

[](#add-user-bundle-routes-to-appconfigroutingyml)

```
ncmf_user_bundle:
    resource: "@NCMFUserBundle/Resources/config/routing.yml"

```

### Add bundles to app/AppKernel.php

[](#add-bundles-to-appappkernelphp-1)

```
...
        $bundles = [
            ...
            new FOS\UserBundle\FOSUserBundle(), // Added this line
            new NCMF\UserBundle\NCMFUserBundle(), // Added this line

```

### Run commands

[](#run-commands)

```
composer dump-autoload --optimize
php bin/console doctrine:schema:validate
php bin/console doctrine:schema:update --force

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 52.2% 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/1496c1b9c9902fafdfd297fa915a0ab5f96694b16efc3d97198fee6b0e909e84?d=identicon)[ncmf](/maintainers/ncmf)

---

Top Contributors

[![ncmf](https://avatars.githubusercontent.com/u/25822985?v=4)](https://github.com/ncmf "ncmf (12 commits)")[![novuscom](https://avatars.githubusercontent.com/u/12897439?v=4)](https://github.com/novuscom "novuscom (7 commits)")[![averichev](https://avatars.githubusercontent.com/u/5820708?v=4)](https://github.com/averichev "averichev (4 commits)")

### Embed Badge

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

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