cicnavi/oidc-client-php

OIDC client written in PHP

Installs: 851

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/cicnavi/oidc-client-php

v3.0.0 2026-02-12 19:26 UTC

This package is auto-updated.

Last update: 2026-02-13 18:31:58 UTC


README

Generic OpenID Connect (OIDC) client (RP) written in PHP.

It uses OIDC Authorization Code Flow to perform authentication. It implements JWKS public key usage and automatic key rollover, caching mechanism (file based by default), ID token verification and claims extraction, 'userinfo' user data fetching and has support for automatic client registration for federated environments.

For information on how to use this client, refer to the documentation.