https://github.com/simplesamlphp/saml11
SAML 1.1 PHP library for SimpleSAMLphp ADFS- and CASserver-modules
https://github.com/simplesamlphp/saml11
Last synced: 6 months ago
JSON representation
SAML 1.1 PHP library for SimpleSAMLphp ADFS- and CASserver-modules
- Host: GitHub
- URL: https://github.com/simplesamlphp/saml11
- Owner: simplesamlphp
- License: lgpl-2.1
- Created: 2024-02-26T19:33:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-17T16:02:45.000Z (7 months ago)
- Last Synced: 2025-06-17T17:22:08.276Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 778 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleSAMLphp SAML 1.1 library

[](https://scrutinizer-ci.com/g/simplesamlphp/saml11/?branch=master)
[](https://codecov.io/gh/simplesamlphp/saml11)

A PHP library for SAML 1.1 related functionality.
It is used by the ADFS-module and CASserver-module of [SimpleSAMLphp](https://www.simplesamlphp.org).
## 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](https://getcomposer.org/doc/00-intro.md), run the following command in your project:
```bash
composer require simplesamlphp/saml11:^1.0
```
## License
This library is licensed under the LGPL license version 2.1.
For more details see [LICENSE](https://raw.github.com/simplesamlphp/saml11/master/LICENSE).