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

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

Fancy tabbed discovery service with filtering capabilities where SPs can have different sets of metadata listed
https://github.com/simplesamlphp/simplesamlphp-module-discopower

Last synced: 10 months ago
JSON representation

Fancy tabbed discovery service with filtering capabilities where SPs can have different sets of metadata listed

Awesome Lists containing this project

README

          

# DiscoPower

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

A more advanced replacement for the built-in discovery service, DiscoPower
supports grouping identity providers into tabs and provides mechanisms
to sort, filter and search.

## Installation

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

```sh
composer.phar require simplesamlphp/simplesamlphp-module-discopower: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-discopower/releases)
available if you want to use a stable version of the module.

## Documentation

See [docs/discopower.md](https://github.com/simplesamlphp/simplesamlphp-module-discopower/blob/master/docs/discopower.md)