devvoh/sso-php

sso-php is a package containing both the Server and Client parts of this minimal SSO system


Keywords
api, client, library, server, auth, token, minimalist, authentication, composer, php, php7, sso, sso-php
License
MIT

Documentation

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