rehyved / openid-connect-client-php
An OpenID Connect/OAuth 2.0 Client implementation for PHP inspired by IdentityModel2
Package info
github.com/Rehyved/openid-connect-client-php
pkg:composer/rehyved/openid-connect-client-php
0.3.0
2019-11-26 20:18 UTC
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: 2026-02-27 09:54:33 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]