devvoh / sso-php
sso-php is a package containing both the Server and Client parts of this minimal SSO system
0.5.1
2019-06-29 10:47 UTC
Requires
- php: >=7.1
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- ralouphie/getallheaders: ^3.0
Requires (Dev)
- phpunit/phpunit: ^7.0
README
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