Registry / auth / zefy-php-simple-sso

zefy-php-simple-sso

JSON →
library1.0.2phppackagistunverified

Simple PHP SSO provides a lightweight single sign-on solution for PHP applications.

composer require zefy/php-simple-sso
INSTALL
IMPORT
SIG · ZEFY-PHP-SIMPLE-SS
Z
zefy-php-simple-sso
authphpv1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use Zefy\SimpleSSO\Client;

Initialize SSO client and redirect to login

use Zefy\SimpleSSO\Client; $client = new Client('https://sso-server.example.com', 'client-id', 'client-secret'); $loginUrl = $client->getLoginUrl(); header('Location: ' . $loginUrl);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Resources
zefy-php-simple-sso — pip install zefy-php-simple-sso · libregistry