simplesamlphp/simplesamlphp-module-sanitycheck

This package is abandoned and no longer maintained. No replacement package was suggested.

Perform sanity checks on configuration

Installs: 5 055 078

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 6

Forks: 1

Open Issues: 0

Type:simplesamlphp-module

v1.0.3 2023-01-23 19:39 UTC

This package is auto-updated.

Last update: 2023-09-02 11:45:38 UTC


README

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

Install

Install with composer

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

Configuration

Next thing you need to do is to enable the module:

in config.php, search for the module.enable key and set sanitycheck to true:

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