simplesamlphp/simplesamlphp-module-statistics

SimpleSAMLphp 统计模块

安装数: 5,437,930

依赖项: 1

建议者: 0

安全: 0

星标: 2

关注者: 7

分支: 0

开放问题: 4

类型:simplesamlphp-module

v1.2.2 2024-02-12 21:08 UTC

README

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

安装

使用 composer 安装

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

配置

下一步需要做的是启用该模块

config.php 中,搜索 module.enable 键,并将 statistics 设置为 true

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