simplesamlphp / simplesamlphp-module-statistics

The SimpleSAMLphp statistics module
GNU Lesser General Public License v2.1
2 stars 0 forks source link

Statistics module

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

Install

Install with composer

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

Configuration

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

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

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