simplesamlphp / simplesamlphp-module-statistics
The SimpleSAMLphp statistics module
Installs: 4 666 916
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 8
Forks: 1
Open Issues: 4
Type:simplesamlphp-module
Requires
- php: >=7.4 || ^8.0
- simplesamlphp/assert: ^0.8.0
- simplesamlphp/composer-module-installer: ^1.3.2
- simplesamlphp/simplesamlphp: ^2.0.0-rc2
Requires (Dev)
README
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, … ],