rehyved / openid-connect-client-php
An OpenID Connect/OAuth 2.0 Client implementation for PHP inspired by IdentityModel2
Installs: 246
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 0
pkg:composer/rehyved/openid-connect-client-php
Requires
- php: >=7.0
- ext-json: *
- ext-mbstring: *
- rehyved/php-http-client: >=0.1.0
- rehyved/php-utilities: >=0.1.0
This package is auto-updated.
Last update: 2025-09-27 08:59:30 UTC
README
An OpenID Connect/OAuth 2.0 Client implementation for PHP inspired by IdentityModel2
This library provides client implementations for OpenID/OAuth 2.0 endpoints. The library was inspired by the .NET library IdentityModel2 [https://github.com/IdentityModel/IdentityModel2]