simplesamlphp/simplesamlphp-module-sanitycheck

该软件包已被废弃,不再维护。未建议替代软件包。

对配置进行健康检查

安装次数: 5,407,938

依赖者: 1

建议者: 0

安全: 0

星标: 3

关注者: 6

分支: 1

开放问题: 0

类型: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

安装

使用composer安装

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

配置

接下来,您需要启用该模块

config.php中,查找module.enable键,并将sanitycheck设置为true

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