https://github.com/simplesamlphp/simplesamlphp-module-statistics
The SimpleSAMLphp statistics module
https://github.com/simplesamlphp/simplesamlphp-module-statistics
Last synced: 9 months ago
JSON representation
The SimpleSAMLphp statistics module
- Host: GitHub
- URL: https://github.com/simplesamlphp/simplesamlphp-module-statistics
- Owner: simplesamlphp
- License: lgpl-2.1
- Created: 2019-05-17T13:21:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T21:12:01.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T14:42:09.651Z (over 1 year ago)
- Language: PHP
- Size: 477 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Statistics module

[](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-statistics)
[](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-statistics/?branch=master)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-statistics)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-statistics)
## Install
Install with composer
```bash
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:
```php
'module.enable' => [ 'statistics' => true, … ],
```