svgta1 / oidc-client-php

PHP client for OpenId connect protocol
GNU General Public License v3.0
1 stars 0 forks source link

[TOC]

OpenId Connect Client for PHP

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

Requirements

Supported

Authentication

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

The documentation is here