PHPackages                             colvin/doctrine-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. [Database &amp; ORM](/categories/database)
4. /
5. colvin/doctrine-user

ActiveLibrary[Database &amp; ORM](/categories/database)

colvin/doctrine-user
====================

Doctrine entity to manipulate users on Symfony

2.0.0(5y ago)0541Apache-2.0PHPPHP &gt;=7.4.0

Since Jul 21Pushed 5y ago7 watchersCompare

[ Source](https://github.com/TheColvinCo/doctrine-user)[ Packagist](https://packagist.org/packages/colvin/doctrine-user)[ Docs](https://github.com/TheColvinCo/doctrine-user)[ RSS](/packages/colvin-doctrine-user/feed)WikiDiscussions master Synced today

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

### Doctrine entity to manipulate users on Symfony

[](#doctrine-entity-to-manipulate-users-on-symfony)

Install the package:

`composer req colvin/doctrine-user`

Define the mapping in `doctrine.yaml`:

```
doctrine:
    orm:
        mappings:
            Colvin:
                is_bundle: false
                type: annotation
                dir: '%kernel.project_dir%/vendor/colvin/doctrine-user/src/Doctrine/Entity'
                prefix: 'Colvin\Doctrine\Entity'
                alias: Colvin

```

Configure the `User` class as a security provider in `security.yaml`:

```
security:
    encoders:
        Colvin\Doctrine\Entity\User:
            algorithm: argon2i
    providers:
        app_user_provider:
            entity:
                class: Colvin\Doctrine\Entity\User
                property: username

```

Register the `UserRepository` as a service in `services.yaml`:

```
services:
    Colvin\Doctrine\Repository\UserRepository:
        tags: ['doctrine.repository_service']

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Every ~45 days

Total

4

Last Release

2037d ago

Major Versions

1.0.2 → 2.0.02020-12-03

### Community

Maintainers

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

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

![](https://www.gravatar.com/avatar/74d4812c74b1d70847428ddbe7193743e970baa901d20814938343d64188aff0?d=identicon)[jlopezxs](/maintainers/jlopezxs)

---

Top Contributors

[![akira28](https://avatars.githubusercontent.com/u/996257?v=4)](https://github.com/akira28 "akira28 (5 commits)")

---

Tags

symfonydatabasedoctrineentitydoctrine-bundle

### Embed Badge

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

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

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M733](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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