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

ActiveCakephp-plugin[Authentication &amp; Authorization](/categories/authentication)

tyqo/oidc-auth
==============

Plugin for Oidc Login

0.0.3(1mo ago)01MITPHPPHP &gt;=8.1

Since May 4Pushed 1mo agoCompare

[ Source](https://github.com/Tyqo/oidc-auth)[ Packagist](https://packagist.org/packages/tyqo/oidc-auth)[ RSS](/packages/tyqo-oidc-auth/feed)WikiDiscussions main Synced 1w ago

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

Oicd auth
=========

[](#oicd-auth)

A Plugin for Oicd Login in CakePHP. Wrote for Nextcloud Support. See [Oicd Nextcloud App](https://apps.nextcloud.com/apps/oidc).

Install
-------

[](#install)

```
composer require tyqo/oidc-auth
```

Configure
---------

[](#configure)

```
[
	...
	"OIDC" => [
		"clientId" => "CLIENTID",
		"clientSecret" => "CLIENTSECRET",
		"refreshTtl" => 3600,
		"redirectUri" => 'http://your.redirect/auth/callback',
		"scopes" => ["openid", "profile", "email"],
		"issuer" => "https://nextcloud.your.domain",
	],
]
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance93

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

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

Total

2

Last Release

36d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/51dac8a63a63a2ff5083005e0c3dd6485ff56b138a7b122c61722e041a0a3c66?d=identicon)[Tyqo](/maintainers/Tyqo)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[google/auth

Google Auth Library for PHP

1.4k286.7M203](/packages/google-auth)[cakedc/users

Users Plugin for CakePHP

528918.4k18](/packages/cakedc-users)[stevenmaguire/oauth2-keycloak

Keycloak OAuth 2.0 Client Provider for The PHP League OAuth2-Client

2276.2M36](/packages/stevenmaguire-oauth2-keycloak)[robsontenorio/laravel-keycloak-guard

🔑 Simple Keycloak Guard for Laravel

5181.1M3](/packages/robsontenorio-laravel-keycloak-guard)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

131237.3k12](/packages/dereuromark-cakephp-tinyauth)[ellaisys/aws-cognito

AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP

121242.9k1](/packages/ellaisys-aws-cognito)

PHPackages © 2026

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