litesaml / lightsaml
SAML 2.0 PHP library
4.6.1
2026-02-26 10:47 UTC
Requires
- php: ^8.1
- litesaml/schemas: ^3.0
- psr/event-dispatcher: ^1.0
- psr/log: ^3.0
- robrichards/xmlseclibs: ^3.1.4
- symfony/http-foundation: ^6.0|^7.0|^8.0
Requires (Dev)
- mockery/mockery: ^1.4.4
- php-cs-fixer/shim: ^3.70
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^10.1
- pimple/pimple: ~3.0
- rector/rector: ^1.2.2
This package is auto-updated.
Last update: 2026-05-26 11:24:20 UTC
README
Lite 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
This package requires php:^8.1
You can install it via composer:
composer require litesaml/lightsaml
Documentation
You can find our Cookbook in this dedicated website.
Contributing
Lite Saml is an open source project under MIT License and is open for contributions.