PHPackages                             simplesamlphp/simplesamlphp-module-fticks - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. simplesamlphp/simplesamlphp-module-fticks

ActiveSimplesamlphp-module[Utility &amp; Helpers](/categories/utility)

simplesamlphp/simplesamlphp-module-fticks
=========================================

SimpleSAMLphp module to record F-Ticks statistics

v2.1.1(3mo ago)02.8k↑50%3[1 PRs](https://github.com/simplesamlphp/simplesamlphp-module-fticks/pulls)MITPHPPHP ^8.3CI passing

Since Sep 3Pushed 2mo agoCompare

[ Source](https://github.com/simplesamlphp/simplesamlphp-module-fticks)[ Packagist](https://packagist.org/packages/simplesamlphp/simplesamlphp-module-fticks)[ RSS](/packages/simplesamlphp-simplesamlphp-module-fticks/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (10)Versions (20)Used By (0)

fticks:Fticks
=============

[](#fticksfticks)

[![Build Status](https://github.com/simplesamlphp/simplesamlphp-module-fticks/actions/workflows/php.yml/badge.svg)](https://github.com/simplesamlphp/simplesamlphp-module-fticks/actions/workflows/php.yml/badge.svg)[![Coverage Status](https://camo.githubusercontent.com/a70b94a36575cba371ba236f3a661630cd8691b642496620d225de023046dd1d/68747470733a2f2f636f6465636f762e696f2f67682f73696d706c6573616d6c7068702f73696d706c6573616d6c7068702d6d6f64756c652d667469636b732f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-fticks)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/4be3e278ade02aca3a90214b1d9888e106215d8a2c84eb9336e6607a45591d16/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73696d706c6573616d6c7068702f73696d706c6573616d6c7068702d6d6f64756c652d667469636b732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-fticks/?branch=master)[![Type Coverage](https://camo.githubusercontent.com/efb68b77568b83f4e53862b7ac3ed73676298c0d1f6fa74263ea289fb2f893dc/68747470733a2f2f73686570686572642e6465762f6769746875622f73696d706c6573616d6c7068702f73696d706c6573616d6c7068702d6d6f64756c652d667469636b732f636f7665726167652e737667)](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-fticks)[![Psalm Level](https://camo.githubusercontent.com/ec0e2c6a224b9367e9a3847a9a53985db7a0e4f6f5365393642175b45e85e27d/68747470733a2f2f73686570686572642e6465762f6769746875622f73696d706c6573616d6c7068702f73696d706c6573616d6c7068702d6d6f64756c652d667469636b732f6c6576656c2e737667)](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
------------

[](#installation)

Once you have installed SimpleSAMLphp, installing this module is very simple. Just execute the following command in the root of your SimpleSAMLphp installation:

```
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
-------------

[](#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:

```
    'module.enable' => [
        'fticks' => true,
        …
    ],
```

For configuration of the module, see [docs/authproc\_fticks.md](https://github.com/simplesamlphp/simplesamlphp-module-fticks/blob/master/docs/authproc_fticks.md).

### Acknowledgements

[](#acknowledgements)

Some work on making SimpleSAMLphp log in F-ticks format was done by NIIF, and is available at [NIIF](https://github.com/NIIF/simplesamlphp-module-ftickslogger). This module may derive ideas from their work.

Likewise, some ideas came from the [Shibboleth IdP's F-ticks implementation](https://wiki.shibboleth.net/confluence/display/IDP30/FTICKSLoggingConfiguration)and some of the config options should look familiar to Shibboleth users.

###  Health Score

56

—

FairBetter than 97% of packages

Maintenance82

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity86

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 73.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~211 days

Recently: every ~141 days

Total

14

Last Release

108d ago

Major Versions

v1.3.0 → v2.0.02024-08-21

PHP version history (5 changes)v1.0.0PHP &gt;=5.6

v1.1.3PHP &gt;=7.2

v1.1.4PHP &gt;=7.4 | ^8.0

v1.3.0PHP ^8.1

v2.1.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/579a16ea8afccc6ab420c393f0e573296fe46dcd293aa4f3b71eefc158ebf3e4?d=identicon)[jaime](/maintainers/jaime)

![](https://www.gravatar.com/avatar/9221e348303eeda74e85236a8bff9b919a90d10e3a478fe1cbb9d833f68d0150?d=identicon)[thijskh](/maintainers/thijskh)

![](https://www.gravatar.com/avatar/d424231c85138609ae230ccd5002c8025fd5dce7f51b2f1778f69ba3a49a4efa?d=identicon)[tvdijen](/maintainers/tvdijen)

---

Top Contributors

[![tvdijen](https://avatars.githubusercontent.com/u/841045?v=4)](https://github.com/tvdijen "tvdijen (102 commits)")[![ghalse](https://avatars.githubusercontent.com/u/7996633?v=4)](https://github.com/ghalse "ghalse (33 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![jaimeperez](https://avatars.githubusercontent.com/u/1942728?v=4)](https://github.com/jaimeperez "jaimeperez (1 commits)")

---

Tags

simplesamlphpfticks

### Embed Badge

![Health badge](/badges/simplesamlphp-simplesamlphp-module-fticks/health.svg)

```
[![Health](https://phpackages.com/badges/simplesamlphp-simplesamlphp-module-fticks/health.svg)](https://phpackages.com/packages/simplesamlphp-simplesamlphp-module-fticks)
```

###  Alternatives

[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.8M211](/packages/simplesamlphp-simplesamlphp)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
