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

This package is auto-updated.

Last update: 2024-03-29 03:20:43 UTC


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