PHPackages                             evkoh/pomm-project-fos-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. evkoh/pomm-project-fos-user-bundle

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

evkoh/pomm-project-fos-user-bundle
==================================

FosUserBundle manager for Pomm 2.x. From an idea of Fferriere

2.0.1(10y ago)022MITPHP

Since Jan 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/EvKoh/PommFosUserBundle)[ Packagist](https://packagist.org/packages/evkoh/pomm-project-fos-user-bundle)[ RSS](/packages/evkoh-pomm-project-fos-user-bundle/feed)WikiDiscussions master Synced yesterday

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

PommFosUserBundle
=================

[](#pommfosuserbundle)

FosUserBundle driver for PommProject 2

This bundle permit to use FosUserBundle with Pomm easily.

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

[](#installation)

With composer :

```
composer require evkoh/pomm-project-fos-user-bundle dev-master

```

You can execute [SQL script](src/lib/Resources/database/tables.sql) to create table. It's an example to use with default configuration.

You can also create users with the fos\_user command (See [https://symfony.com/doc/current/bundles/FOSUserBundle/command\_line\_tools.html](https://symfony.com/doc/current/bundles/FOSUserBundle/command_line_tools.html))

Configuration
-------------

[](#configuration)

In `app/config/config.yml`, add configuration below :

```
parameters:
    pomm_fos_user.connection_name: '%YOUR_DATABASE_CONNECTION%'   # Default is "default"

fos_user:
    db_driver: custom
    firewall_name: main
    user_class: EvKoh\PommProjectFosUserBundle\Model\User
    from_email:
        address:        noreply@myhost.ltd
        sender_name:    Do not reply
    service:
        user_manager: pomm_fos_user_bundle.user_manager

```

And that's all.

Overriding
----------

[](#overriding)

You can use another table/model to store your users.

In `app/config/config.yml`, change configuration below :

parameters: pomm\_fos\_user.user\_model\_class: Path\\To\\MyOwnUserModel

fos\_user: user\_class: Path\\To\\MyOwnUser

Those two classes must inherit from `EvKoh\PommProjectFosUserBundle\Model\User` and `EvKoh\PommProjectFosUserBundle\Model\UserModel` on your own bundle to override this model.

See an example of implementation here :

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 60.6% 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 ~18 days

Total

2

Last Release

3800d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1309463?v=4)[EvKoh](/maintainers/EvKoh)[@EvKoh](https://github.com/EvKoh)

---

Top Contributors

[![vibby](https://avatars.githubusercontent.com/u/1181902?v=4)](https://github.com/vibby "vibby (20 commits)")[![fferriere](https://avatars.githubusercontent.com/u/2240265?v=4)](https://github.com/fferriere "fferriere (9 commits)")[![znaoura](https://avatars.githubusercontent.com/u/24570647?v=4)](https://github.com/znaoura "znaoura (2 commits)")[![artjomsimon](https://avatars.githubusercontent.com/u/2609170?v=4)](https://github.com/artjomsimon "artjomsimon (1 commits)")[![EvKoh](https://avatars.githubusercontent.com/u/1309463?v=4)](https://github.com/EvKoh "EvKoh (1 commits)")

---

Tags

pommfos user bundle

### Embed Badge

![Health badge](/badges/evkoh-pomm-project-fos-user-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/evkoh-pomm-project-fos-user-bundle/health.svg)](https://phpackages.com/packages/evkoh-pomm-project-fos-user-bundle)
```

PHPackages © 2026

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