SSO-PHP
Sso-php is a minimalist single sign-on client/server written in PHP.
What is and isn't it?
Sso-php is a library aimed at helping you set up an SSO system for yourself. This includes both the server-side and the client-side.
This library will not help you integrate into existing SSO offerings, unless it happens to be built with Sso-php.
Requirements
- PHP 7.1+
-
ext-curl
,ext-json
,ext-mbstring
- Composer
Installation
sso-php can be installed by using Composer. Simply run:
composer require devvoh/sso-php