Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devvoh/sso-php
Sso-php - a minimalist single sign-on client/server
https://github.com/devvoh/sso-php
authentication composer php php7 sso sso-php
Last synced: about 2 months ago
JSON representation
Sso-php - a minimalist single sign-on client/server
- Host: GitHub
- URL: https://github.com/devvoh/sso-php
- Owner: devvoh
- License: mit
- Created: 2017-09-05T11:02:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T07:41:05.000Z (over 5 years ago)
- Last Synced: 2024-03-15T09:02:53.023Z (10 months ago)
- Topics: authentication, composer, php, php7, sso, sso-php
- Language: PHP
- Size: 58.6 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://getcomposer.org/). Simply run:
`composer require devvoh/sso-php`