simplesamlphp/simplesamlphp-module-cdc

A SimpleSAMLphp module that allows integration with CDC

Maintainers

Package info

github.com/simplesamlphp/simplesamlphp-module-cdc

Homepage

Type:simplesamlphp-module

pkg:composer/simplesamlphp/simplesamlphp-module-cdc

Statistics

Installs: 6 282 817

Dependents: 1

Suggesters: 0

Stars: 4

Open Issues: 1

v1.2.0 2026-03-10 21:13 UTC

README

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

Install

Install with composer

vendor/bin/composer require simplesamlphp/simplesamlphp-module-cdc

Configuration

Next thing you need to do is to enable the module: in config.php, search for the module.enable key and set cdc to true:

'module.enable' => [
    'cdc' => true,
    …
],