PHP Package: litesaml/lightsaml

LightSAML is a PHP library providing a secure and simple way to implement SAML-based authentication and authorization in web applications.

Current Version: 4.2.0
Last Updated: Date not available
PHP Requirement: >=7.4
Dependencies:
litesaml/litesaml
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

LightSAML is a powerful yet lightweight PHP library designed to facilitate SAML integration, enabling secure user authentication and authorization processes in web applications. With detailed documentation and robust features, LightSAML streamlines SAML workflows, ensuring seamless user experiences and heightened security measures throughout your application.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.2.0

Download Download v4.2.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/litesaml/lightsaml/4.2.0/loader.php';
require_once 'libs/litesaml/litesaml/{lib_version}/loader.php';

use LightSaml\Model\Metadata\EntityDescriptor;
use LightSaml\Model\Protocol\AuthnRequest;

$obj = new EntityDescriptor();
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.