simplesamlphp/simplesamlphp-module-modinfo

This package is abandoned and no longer maintained. No replacement package was suggested.

A very straightforward module for SimpleSAMLphp that displays the list of modules and their status in the web interface.

Installs: 19 954

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 8

Forks: 0

Open Issues: 0

Type:simplesamlphp-module

v1.1.2 2022-01-06 22:46 UTC

This package is auto-updated.

Last update: 2022-02-18 20:42:49 UTC


README

Build Status Coverage Status Scrutinizer Code Quality

*** Note *** This module has been archived. All functionality is now part of the builtin admin-module.

modinfo module

This module displays information on the currently installed modules and their status in the SimpleSAMLphp web interface.

Installation

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

composer.phar require simplesamlphp/simplesamlphp-module-modinfo:dev-master

where dev-master instructs Composer to install the master branch from the Git repository. See the releases available if you want to use a stable version of the module.

The module is enabled by default. If you want to disable the module once installed, you just need to create a file named disable in the modules/modinfo/ directory inside your SimpleSAMLphp installation.