litesaml / saml
SAML 2.0 PHP library
4.0.0
2026-07-07 15:12 UTC
Requires
- php: ^8.4
- litesaml/lightsaml: ^5.0
- psr/http-factory: ^1.0
- psr/http-message: ^2.0
Requires (Dev)
- mockery/mockery: ^1.6
- nyholm/psr7: ^1.8
- php-cs-fixer/shim: ^3.70
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-07-07 15:13:30 UTC
README
High-level SAML 2.0 PHP library built on top of litesaml/lightsaml.
Provides ServiceProviderWrapper and IdentityProviderWrapper to handle common SAML flows — authentication requests and responses, logout, and signature validation — using PSR-7 HTTP interfaces.
Installation
composer require litesaml/saml
Documentation
https://litesaml.github.io/cookbook
Contributing
Litesaml Saml is an open source project under MIT License and is open for contributions.