simplesamlphp/saml11
SAML 1.1 PHP library for SimpleSAMLphp ADFS-module
v2.3.1
2026-03-21 14:42 UTC
Requires
- php: ^8.3
- ext-date: *
- ext-dom: *
- ext-filter: *
- ext-pcre: *
- psr/clock: ~1.0
- psr/log: ~3.0
- simplesamlphp/assert: ~2.0
- simplesamlphp/xml-common: ~2.7
- simplesamlphp/xml-security: ~2.3
Requires (Dev)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
LGPL-2.1-or-later bf21fb6c553dfe1d450b5f17b1b353b83df2719e
- Tim van Dijen <tvdijen.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-11 15:34:49 UTC
README
👁 CI
👁 Scrutinizer Code Quality
👁 Coverage Status
👁 PHPStan
A PHP library for SAML 1.1 related functionality.
It is used by the ADFS-module and CASserver-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.
