PHPackages                             svgta/oidc-client-php - 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. svgta/oidc-client-php

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

svgta/oidc-client-php
=====================

OpenId Connect Client for PHP

v1.1.1(2y ago)142[1 issues](https://github.com/svgta1/oidc-client-php/issues)MITPHP

Since Mar 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/svgta1/oidc-client-php)[ Packagist](https://packagist.org/packages/svgta/oidc-client-php)[ RSS](/packages/svgta-oidc-client-php/feed)WikiDiscussions v1.0.x Synced yesterday

READMEChangelog (10)Dependencies (2)Versions (12)Used By (0)

\[TOC\]

OpenId Connect Client for PHP
=============================

[](#openid-connect-client-for-php)

A library that allows appllications to authentificate a user through the OpenId Connect flow.

Requirements
------------

[](#requirements)

- PHP 8.1 or greater
- curl extension
- mb extension
- json extension
- openssl

Supported
---------

[](#supported)

**Authentication**

- pkce
- client\_secret\_basic
- client\_secret\_post
- client\_secret\_jwt
- private\_key\_jwt
- client credential
- password grant
- JWE Encryption
- Nested JWT (JWS encrypted in a JWE)

---

**Claims request**

- Scope
- Request parameter
- JWS, JWE, Nested JWT request parameter

---

**id\_token**

- Signed JWT (JWS)
- Nested JWT (JWS encrypted in a JWE)

---

**UserInfo**

- Json
- Signed JWT (JWS)
- Encrypted Json
- Nested JWT (JWS encrypted in a JWE)

---

**Tokens**

- Refresh
- Revoke
- Introspect

---

**Logout**

- Front-channel logout
- Back-channel logout

---

**Dynamic Registration**

- Registration
- Update
- Delete

---

How to install
--------------

[](#how-to-install)

Composer is the best way to install the library with all its dependencies.

```
composer require svgta/oidc-client-php
```

In your PHP script, include composer autoload. Example :

```
require dirname(__FILE__, 2) . '/vendor/autoload.php';
```

How to use
----------

[](#how-to-use)

The documentation is [here](https://svgtas-organization.gitbook.io/php-oidc-client/)

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Recently: every ~76 days

Total

12

Last Release

883d ago

Major Versions

v0.0.6 → v1.0.02023-04-03

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/svgta-oidc-client-php/health.svg)

```
[![Health](https://phpackages.com/badges/svgta-oidc-client-php/health.svg)](https://phpackages.com/packages/svgta-oidc-client-php)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

123256.9k1](/packages/ellaisys-aws-cognito)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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