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

https://github.com/simplesamlphp/simplesamlphp-module-metarefresh

The metarefresh module will download and parse metadata documents and store them locally
https://github.com/simplesamlphp/simplesamlphp-module-metarefresh

Last synced: 10 months ago
JSON representation

The metarefresh module will download and parse metadata documents and store them locally

Awesome Lists containing this project

README

          

# SimpleSAMLphp Module Metarefresh

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

The metarefresh module provides periodic downloading of remote metadata files and
updating SimpleSAMLphp's list of known entities with it. For more information,
see [the included documentation](docs/simplesamlphp-automated_metadata.md).