2017 © Pedro Peláez
 

simplesamlphp-module simplesamlphp-module-consentsimpleadmin

A SimpleSAMLphp module implementing a very simple user interface for managing consent.

image

simplesamlphp/simplesamlphp-module-consentsimpleadmin

A SimpleSAMLphp module implementing a very simple user interface for managing consent.

  • Tuesday, August 2, 2016
  • by jaime
  • Repository
  • 7 Watchers
  • 3 Stars
  • 7,022 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level, (*1)

Consent Simple Admin module

A SimpleSAMLphp module implementing a very simple user interface for managing consent., (*2)

Installation

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

composer.phar require simplesamlphp/simplesamlphp-module-consentsimpleadmin: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., (*4)

Next, you need to do is to enable the consentSimpleAdmin module: in config.php, search for the module.enable key and set consentSimpleAdmin to true:, (*5)

    'module.enable' => [
         'consentSimpleAdmin' => true,
         …
    ],

The Versions

02/08 2016

dev-master

9999999-dev http://simplesamlphp.org

A SimpleSAMLphp module implementing a very simple user interface for managing consent.

  Sources   Download

LGPL-2.1

The Requires

 

by Olav Morken

22/06 2016

v1.1

1.1.0.0 http://simplesamlphp.org

A SimpleSAMLphp module implementing a very simple user interface for managing consent.

  Sources   Download

LGPL-2.1

The Requires

 

by Olav Morken

10/08 2015

v1.0

1.0.0.0 http://simplesamlphp.org

A SimpleSAMLphp module implementing a very simple user interface for managing consent.

  Sources   Download

LGPL-2.1

The Requires

 

by Olav Morken