{"id":19794132,"url":"https://github.com/simplesamlphp/simplesamlphp-module-fticks","last_synced_at":"2025-05-01T02:30:56.975Z","repository":{"id":45887402,"uuid":"195945309","full_name":"simplesamlphp/simplesamlphp-module-fticks","owner":"simplesamlphp","description":"Log statistics in the F-ticks federation log format","archived":false,"fork":false,"pushed_at":"2024-11-18T11:32:23.000Z","size":107,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T08:01:41.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"tenet-ac-za/simplesamlphp-module-fticks","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplesamlphp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-09T06:20:38.000Z","updated_at":"2024-08-21T19:23:04.000Z","dependencies_parsed_at":"2024-11-12T07:12:23.304Z","dependency_job_id":"b215cec9-ce3c-46b8-84a4-0b2a59916232","html_url":"https://github.com/simplesamlphp/simplesamlphp-module-fticks","commit_stats":{"total_commits":94,"total_committers":5,"mean_commits":18.8,"dds":"0.43617021276595747","last_synced_commit":"d3c795afa536f8abb5f221d64c9c91f517e70414"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-fticks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-fticks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-fticks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-fticks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplesamlphp","download_url":"https://codeload.github.com/simplesamlphp/simplesamlphp-module-fticks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251812307,"owners_count":21647884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T07:12:10.960Z","updated_at":"2025-05-01T02:30:56.698Z","avatar_url":"https://github.com/simplesamlphp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fticks:Fticks\n\n![Build Status](https://github.com/simplesamlphp/simplesamlphp-module-fticks/actions/workflows/php.yml/badge.svg)\n[![Coverage Status](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-fticks/branch/master/graph/badge.svg)](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-fticks)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-fticks/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-fticks/?branch=master)\n[![Type Coverage](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-fticks/coverage.svg)](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-fticks)\n[![Psalm Level](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-fticks/level.svg)](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-fticks)\n\nLog statistics in the [F-ticks federation log format](https://wiki.geant.org/display/gn42jra3/F-ticks+standard).\n\n## Installation\n\nOnce you have installed SimpleSAMLphp, installing this module is\nvery simple.  Just execute the following command in the root of your\nSimpleSAMLphp installation:\n\n```bash\nvendor/bin/composer require simplesamlphp/simplesamlphp-module-fticks:dev-master\n```\n\nwhere `dev-master` instructs Composer to install the `master` (**development**)\nbranch from the Git repository. See the\n[releases](https://github.com/simplesamlphp/simplesamlphp-module-fticks/releases)\navailable if you want to use a stable version of the module.\n\n## Configuration\n\nNext thing you need to do is to enable the module: in `config.php`,\nsearch for the `module.enable` key and set `fticks` to true:\n\n```php\n    'module.enable' =\u003e [\n        'fticks' =\u003e true,\n        …\n    ],\n```\n\nFor configuration of the module, see [docs/authproc_fticks.md][1].\n\n[1]: https://github.com/simplesamlphp/simplesamlphp-module-fticks/blob/master/docs/authproc_fticks.md\n\n### Acknowledgements\n\nSome work on making SimpleSAMLphp log in F-ticks format was done by NIIF, and\nis available at [NIIF][2].\nThis module may derive ideas from their work.\n\n[2]: https://github.com/NIIF/simplesamlphp-module-ftickslogger\n\nLikewise, some ideas came from the [Shibboleth IdP's F-ticks implementation][3]\nand some of the config options should look familiar to Shibboleth users.\n\n[3]: https://wiki.shibboleth.net/confluence/display/IDP30/FTICKSLoggingConfiguration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplesamlphp%2Fsimplesamlphp-module-fticks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplesamlphp%2Fsimplesamlphp-module-fticks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplesamlphp%2Fsimplesamlphp-module-fticks/lists"}