eid-login / php-saml
Fork of OneLogin PHP SAML Toolkit
1.1.0
2021-12-13 14:10 UTC
Requires
- php: >=7.3
- eid-login/xmlseclibs: 1.0.0
Requires (Dev)
- pdepend/pdepend: ^2.8.0
- php-coveralls/php-coveralls: ^2.0
- phploc/phploc: ^4.0 || ^5.0 || ^6.0 || ^7.0
- phpunit/phpunit: ^9.5
- sebastian/phpcpd: ^4.0 || ^5.0 || ^6.0
- squizlabs/php_codesniffer: ^3.5.8
Suggests
- ext-curl: Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs
- ext-dom: Install xml lib
- ext-openssl: Install openssl lib in order to handle with x509 certs (require to support sign and encryption)
- ext-zlib: Install zlib
This package is auto-updated.
Last update: 2024-08-13 20:25:06 UTC
README
This is a fork of OneLogin's SAML PHP Toolkit, which has been created to make the Toolkit match the needs of the eID-Templates project.
The main changes are:
- Support for SAML-Redirect Binding
- Support for AuthnRequestExtensions
- Usage of a fork of robrichards/xmlseclibs with support for RSASSA-PSS
Please refer to the upstream`s readme for further information.