web4people / saml
SAML 2.0 PHP library
dev-master
2026-07-05 10:00 UTC
Requires
- php: ^8.3
- psr/http-factory: ^1.0
- psr/http-message: ^2.0
- web4people/lightsaml: ^5.0 || @dev
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-05 10:02:18 UTC
README
High-level SAML 2.0 PHP library built on top of web4people/lightsaml.
Provides ServiceProviderWrapper and IdentityProviderWrapper to handle common SAML flows — authentication requests and responses, logout, and signature validation — using PSR-7 HTTP interfaces.
Version for PHP 8.3
Installation
composer require web4people/saml
Documentation
https://litesaml.github.io/cookbook
Contributing
Litesaml Saml is an open source project under MIT License and is open for contributions.