https://github.com/simplesamlphp/simplesamlphp-module-fticks
Log statistics in the F-ticks federation log format
https://github.com/simplesamlphp/simplesamlphp-module-fticks
Last synced: 9 months ago
JSON representation
Log statistics in the F-ticks federation log format
- Host: GitHub
- URL: https://github.com/simplesamlphp/simplesamlphp-module-fticks
- Owner: simplesamlphp
- License: other
- Created: 2019-07-09T06:20:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T11:32:23.000Z (about 1 year ago)
- Last Synced: 2025-04-06T08:01:41.018Z (10 months ago)
- Language: PHP
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fticks:Fticks

[](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-fticks)
[](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-fticks/?branch=master)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-fticks)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-fticks)
Log statistics in the [F-ticks federation log format](https://wiki.geant.org/display/gn42jra3/F-ticks+standard).
## Installation
Once you have installed SimpleSAMLphp, installing this module is
very simple. Just execute the following command in the root of your
SimpleSAMLphp installation:
```bash
vendor/bin/composer require simplesamlphp/simplesamlphp-module-fticks:dev-master
```
where `dev-master` instructs Composer to install the `master` (**development**)
branch from the Git repository. See the
[releases](https://github.com/simplesamlphp/simplesamlphp-module-fticks/releases)
available if you want to use a stable version of the module.
## Configuration
Next thing you need to do is to enable the module: in `config.php`,
search for the `module.enable` key and set `fticks` to true:
```php
'module.enable' => [
'fticks' => true,
…
],
```
For configuration of the module, see [docs/authproc_fticks.md][1].
[1]: https://github.com/simplesamlphp/simplesamlphp-module-fticks/blob/master/docs/authproc_fticks.md
### Acknowledgements
Some work on making SimpleSAMLphp log in F-ticks format was done by NIIF, and
is available at [NIIF][2].
This module may derive ideas from their work.
[2]: https://github.com/NIIF/simplesamlphp-module-ftickslogger
Likewise, some ideas came from the [Shibboleth IdP's F-ticks implementation][3]
and some of the config options should look familiar to Shibboleth users.
[3]: https://wiki.shibboleth.net/confluence/display/IDP30/FTICKSLoggingConfiguration