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 1mo ago

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 54% 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

1985d ago

Major Versions

1.0.2 → 2.0.02020-12-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e62124e8a85338f374da680e274964b63a519c07461dec9b6e95efbca03dfe6?d=identicon)[Aaronidas](/maintainers/Aaronidas)

![](https://www.gravatar.com/avatar/19fd72cc95b31f3d32b35f2caeae4353bddff3fb17aa8f3bd9df4ead23ecb15b?d=identicon)[mdarnaculleta](/maintainers/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

[fresh/doctrine-enum-bundle

Provides support of ENUM type for Doctrine2 in Symfony applications.

4636.8M12](/packages/fresh-doctrine-enum-bundle)[webonaute/doctrine-fixtures-generator-bundle

Generate Fixture from your existing data in your database. You can specify the Entity name and the IDs you want to import in your fixture.

67184.1k](/packages/webonaute-doctrine-fixtures-generator-bundle)[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.

1022.4k](/packages/rcsofttech-audit-trail-bundle)[doesntmattr/mongodb-migrations-bundle

Symfony MongoDBMigrationsBundle

23484.5k1](/packages/doesntmattr-mongodb-migrations-bundle)[goodwix/doctrine-json-odm

JSON Object-Document Mapping bundle for Symfony and Doctrine

2226.0k](/packages/goodwix-doctrine-json-odm)

PHPackages © 2026

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