GitHub - donquixote/simplesamlphp: SimpleSAMLphp is an application written in native PHP that deals with authentication.

This is a fork of the official repository, which supports Symfony 7.
This means it is compatible with Drupal 11.

The repository attempts to mirror the most recent upstream releases, with changes for Drupal 7 support.
(This modified README is part of the master branch, which you can completely ignore.)

To use this repository, put this in your project's composer.json:

{
    "require": {
        "simplesamlphp/simplesamlphp": "^2.4"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/donquixote/xml-common"
        },
        {
            "type": "vcs",
            "url": "https://github.com/donquixote/simplesamlphp"
        }
    ]
}

Build Status Coverage Status Scrutinizer Code Quality Type coverage BrowserStack Status

This is the official repository of the SimpleSAMLphp software.

Please, contribute!