rehyved / openid-connect-client-php
An OpenID Connect/OAuth 2.0 Client implementation for PHP inspired by IdentityModel2
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: 2025-03-27 07:56:59 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]