PHPackages                             worteks/humhub-auth-oidc - 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. worteks/humhub-auth-oidc

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

worteks/humhub-auth-oidc
========================

OIDC connector for humhub

0.3(6y ago)94231MITPHP

Since Sep 20Pushed 6y ago2 watchersCompare

[ Source](https://github.com/Worteks/humhub-auth-oidc)[ Packagist](https://packagist.org/packages/worteks/humhub-auth-oidc)[ Docs](http://github.com/worteks/humhub-auth-oidc)[ RSS](/packages/worteks-humhub-auth-oidc/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

worteks/humhub-auth-oidc
========================

[](#wortekshumhub-auth-oidc)

This extension adds [OIDC](https://openid.net/specs/openid-connect-core-1_0.html) authentication support for [HumHub](https://github.com/humhub/humhub).

Based on [yii2auth-oidc](http://github.com/Worteks/yii2auth-oidc)

[![Latest Stable Version](https://camo.githubusercontent.com/b52f9d44e686d98bba15b4a4525e53588c5e696cc25f4618b17b36841dc9f62b/68747470733a2f2f706f7365722e707567782e6f72672f776f7274656b732f68756d6875622d617574682d6f6964632f762f737461626c65)](https://packagist.org/packages/worteks/humhub-auth-oidc)[![Total Downloads](https://camo.githubusercontent.com/d036ef0fe7d8e45cedd84016a3856c03ff67d4c2b69ff7f2f528845d151d609b/68747470733a2f2f706f7365722e707567782e6f72672f776f7274656b732f68756d6875622d617574682d6f6964632f646f776e6c6f616473)](https://packagist.org/packages/worteks/humhub-auth-oidc)[![Monthly Downloads](https://camo.githubusercontent.com/0c0acb520267a346980733486d2791466bca923134aab2c2777b4b9e2428915b/68747470733a2f2f706f7365722e707567782e6f72672f776f7274656b732f68756d6875622d617574682d6f6964632f642f6d6f6e74686c79)](https://packagist.org/packages/worteks/humhub-auth-oidc)[![License](https://camo.githubusercontent.com/d6dac0ea70c5730d84ae8e14c0646e132a4b8d7a0b5422c9b392aefbc594a535/68747470733a2f2f706f7365722e707567782e6f72672f776f7274656b732f68756d6875622d617574682d6f6964632f6c6963656e7365)](https://packagist.org/packages/worteks/humhub-auth-oidc)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require worteks/humhub-auth-oidc

```

or add

```
"worteks/humhub-auth-oidc": "~0.3"
```

to the `require` section of your composer.json.

Usage
-----

[](#usage)

Set up an OpenID Provider (OP) and configure your Yii2 app as a Relying Party (RP) on your Authentication Server.

Example application configuration:

```
'components' => [
  'authClientCollection' => [
    'clients' => [
      // ...
      'oidc' => [
        'class' => 'worteks\humhub\authclient\OIDC',
        'domain' => 'https://auth.example.com',
        'clientId' => 'myClientId',
        'clientSecret' => 'myClientSecret',
        'defaultTitle' => 'auth.example.com',
        'cssIcon' => 'fa fa-sign-in',
      ],
    ],
    // ...
]
```

Check [yii2auth-oidc](http://github.com/Worteks/yii2auth-oidc) for details on available configuration options.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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 ~56 days

Total

3

Last Release

2368d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b7e8eb41e596cd707abe577a759f160b58a0f49ee0eb32d932a23ac17436ab3e?d=identicon)[soisik](/maintainers/soisik)

---

Top Contributors

[![soisik](https://avatars.githubusercontent.com/u/25224512?v=4)](https://github.com/soisik "soisik (7 commits)")

---

Tags

authclienthumhuboauth2oidcoidc-clientopenid-connectopenidconnectoauth2OpenID Connectauthclientopenidconnecthumhub

### Embed Badge

![Health badge](/badges/worteks-humhub-auth-oidc/health.svg)

```
[![Health](https://phpackages.com/badges/worteks-humhub-auth-oidc/health.svg)](https://phpackages.com/packages/worteks-humhub-auth-oidc)
```

###  Alternatives

[ronvanderheijden/openid-connect

OpenID Connect support to the PHP League's OAuth2 Server. Compatible with Laravel Passport.

62894.9k](/packages/ronvanderheijden-openid-connect)[jeremy379/laravel-openid-connect

OpenID Connect support to the PHP League's OAuth2 Server. Compatible with Laravel Passport.

59437.0k9](/packages/jeremy379-laravel-openid-connect)[facile-it/php-openid-client

OpenID (OIDC) Client

44663.0k13](/packages/facile-it-php-openid-client)[ekapusta/oauth2-esia

Allows to authenticate in ESIA and get authenticated individual personal information.

74195.7k1](/packages/ekapusta-oauth2-esia)[league/openid-connect-claims

An OpenID Connect ID claims set implementation

17260.2k4](/packages/league-openid-connect-claims)[simplesamlphp/simplesamlphp-module-oidc

A SimpleSAMLphp module adding support for the OpenID Connect protocol

5018.2k1](/packages/simplesamlphp-simplesamlphp-module-oidc)

PHPackages © 2026

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