PHPackages                             vuba/oidc-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. vuba/oidc-user

ActiveUserfrosting-sprinkle[Authentication &amp; Authorization](/categories/authentication)

vuba/oidc-user
==============

Sprinkle for extending the User model.

010PHP

Since Dec 3Pushed 8y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Oidc User Extension Sprinkle (UserFrosting 4.1)
===============================================

[](#oidc-user-extension-sprinkle-userfrosting-41)

Example sprinkle for extending the User class to contain additional fields.

Installation
============

[](#installation)

Edit UserFrosting `app/sprinkles.json` and add the following to the `require` list : `"userfrosting/oidc-user": "dev-master"`. Also add `oidc-user` to the `base` list. For example:

```
{
    "require": {
        "vuba/oidc-user": "dev-master"
    },
    "base": [
        "core",
        "account",
        "admin",
        "oidc-user"
    ]
}

```

### Update Composer

[](#update-composer)

- Run `composer update` from the root project directory.

### Run migration

[](#run-migration)

- Run `php bakery bake` from the root project directory.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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/97a3498226fe7e0682a9ad5a496e2a0b33b57991c1be4ecc4b340f6bf6618cbc?d=identicon)[songvi](/maintainers/songvi)

---

Top Contributors

[![songvi](https://avatars.githubusercontent.com/u/23587286?v=4)](https://github.com/songvi "songvi (10 commits)")[![c12simple](https://avatars.githubusercontent.com/u/6883622?v=4)](https://github.com/c12simple "c12simple (5 commits)")

### Embed Badge

![Health badge](/badges/vuba-oidc-user/health.svg)

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

###  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)
