An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Statistics module

![Build Status](https://github.com/simplesamlphp/simplesamlphp-module-statistics/actions/workflows/php.yml/badge.svg)
[![Coverage Status](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-statistics/branch/master/graph/badge.svg)](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-statistics)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-statistics/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-statistics/?branch=master)
[![Type Coverage](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-statistics/coverage.svg)](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-statistics)
[![Psalm Level](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-statistics/level.svg)](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, … ],
```