PHP Package: socialiteproviders/saml2
SAML2 PHP library for seamless integration with Socialite providers, simplifying authentication processes for websites.
Package Description
Empower your website with SAML2 capabilities through this PHP library, enabling hassle-free connection to Socialite providers. Enhance user experience and security effortlessly.
Download Latest Version: 4.7.2

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/socialiteproviders/saml2/4.7.2/loader.php';
require_once 'libs/simplesamlphp/simplesamlphp/2.4.3/loader.php';
require_once 'libs/league/oauth2-client/{lib_version}/loader.php';
use SocialiteProviders\SAML2\SAML2Provider;
use SocialiteProviders\SAML2\SAML2User;
$obj = new SAML2Provider();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.