Skip to content

A library that helps integrating your PHP software with Tela Botanica's SSO

License

Notifications You must be signed in to change notification settings

floristic-project/tb-auth-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tb-auth-php

A library that helps integrating your PHP webservices with Tela Botanica's SSO

install

composer install telabotanica/tb-auth-php

usage

$config = array(
	"annuaireURL" => "https://www.tela-botanica.org/uri-of-sso-service",
	"admins" => array(
		"[email protected]",
		"[email protected]"
	)
);
$auth = new AuthTB($config);
$userData = $auth->getUser();

About

A library that helps integrating your PHP software with Tela Botanica's SSO

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%