kodoyosa / lightsaml
SAML 2.0 PHP library
v4.1.8
2024-01-04 00:40 UTC
Requires
- php: >=7.4
- psr/event-dispatcher: ^1.0
- robrichards/xmlseclibs: ~2.0|~3.0|~4.0|dev-master as 4.0
- symfony/http-foundation: ~5.0|~6.0|~7.0
Requires (Dev)
- litesaml/schemas: ~1.0.0
- marcocesarato/php-conventional-changelog: ^1.15
- monolog/monolog: ^2.0|^3.0
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ~8.4|~9.5
- pimple/pimple: ~3.0
- squizlabs/php_codesniffer: ^3.6
- symfony/css-selector: ~5.0|~6.0|~7.0
- symfony/dom-crawler: ~5.0|~6.0|~7.0
This package is auto-updated.
Last update: 2026-06-04 05:23:57 UTC
README
Light Saml Implements basic SAML 2.0 data model classes, serialization/deserialization to/from xml with XML security and certificates support, and message encapsulations to bindings. Covered with unit tests.
Installation
You can install it via composer:
composer require litesaml/lightsaml
Documentation
You can find our Cookbook in this dedicated website.
Contributing
Light Saml is an open source project under MIT License and is open for contributions.