simplesamlphp / saml11
SAML 1.1 PHP library for SimpleSAMLphp ADFS-module
v1.1.2
2024-09-23 13:23 UTC
Requires
- php: ^8.1
- ext-date: *
- ext-dom: *
- ext-filter: *
- ext-pcre: *
- psr/clock: ^1.0
- psr/log: ^2.0 | ^3.0
- simplesamlphp/assert: ^1.0
- simplesamlphp/xml-common: ^1.14
- simplesamlphp/xml-security: ^1.6
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-23 13:34:44 UTC
README
A PHP library for SAML 1.1 related functionality.
It is used by the ADFS-module of SimpleSAMLphp.
Before you use it
DO NOT USE THIS LIBRARY UNLESS YOU ARE INTIMATELY FAMILIAR WITH THE SAML 1.1 SPECIFICATION.
If you are not familiar with the SAML 1,1 specification you should probably not use this library.
Usage
- Install with Composer, run the following command in your project:
composer require simplesamlphp/saml11:^1.0
License
This library is licensed under the LGPL license version 2.1. For more details see LICENSE.