{"id":19794139,"url":"https://github.com/simplesamlphp/simplesamlphp-module-radius","last_synced_at":"2025-05-01T02:30:57.178Z","repository":{"id":34345923,"uuid":"177268993","full_name":"simplesamlphp/simplesamlphp-module-radius","owner":"simplesamlphp","description":"Authenticate a user against a RADIUS server","archived":false,"fork":false,"pushed_at":"2024-11-18T11:47:14.000Z","size":126,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-06T08:01:44.174Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","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-03-23T09:22:28.000Z","updated_at":"2024-11-18T11:47:10.000Z","dependencies_parsed_at":"2023-12-06T22:25:54.438Z","dependency_job_id":"c990707e-548b-49f7-a9f5-946f7c4c31d6","html_url":"https://github.com/simplesamlphp/simplesamlphp-module-radius","commit_stats":{"total_commits":72,"total_committers":4,"mean_commits":18.0,"dds":"0.26388888888888884","last_synced_commit":"3e6ffeacc2389ca359e2756ef06ffebfaa35f68f"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-radius","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-radius/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-radius/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplesamlphp%2Fsimplesamlphp-module-radius/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplesamlphp","download_url":"https://codeload.github.com/simplesamlphp/simplesamlphp-module-radius/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251812306,"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:12.113Z","updated_at":"2025-05-01T02:30:56.922Z","avatar_url":"https://github.com/simplesamlphp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Module for RADIUS authentication\n\n![Build Status](https://github.com/simplesamlphp/simplesamlphp-module-radius/actions/workflows/php.yml/badge.svg)\n[![Coverage Status](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-radius/branch/master/graph/badge.svg)](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-radius)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-radius/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-radius/?branch=master)\n[![Type Coverage](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-radius/coverage.svg)](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-radius)\n[![Psalm Level](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-radius/level.svg)](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-radius)\n\nThis module provides an authentication source for interaction with Radius servers.\n\n## Installation\n\nOnce you have installed SimpleSAMLphp, installing this module is very simple.\nJust execute the following command in the root of your SimpleSAMLphp\ninstallation:\n\n```bash\ncomposer.phar require simplesamlphp/simplesamlphp-module-radius:dev-master\n```\n\nwhere `dev-master` instructs Composer to install the `master` branch from the\nGit repository. See the [releases](https://github.com/simplesamlphp/simplesamlphp-module-radius/releases)\navailable if you want to use a stable version of the module.\n\nNext thing you need to do is to enable the module: in `config.php`,\nsearch for the `module.enable` key and set `radius` to true:\n\n```php\n    'module.enable' =\u003e [\n         'radius' =\u003e true,\n         …\n    ],\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplesamlphp%2Fsimplesamlphp-module-radius","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplesamlphp%2Fsimplesamlphp-module-radius","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplesamlphp%2Fsimplesamlphp-module-radius/lists"}