simplesamlphp/simplesamlphp-module-statistics

The SimpleSAMLphp statistics module

Installs: 5 158 970

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 8

Forks: 1

Open Issues: 4

Type:simplesamlphp-module

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

README

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, … ],