2017 © Pedro Peláez
 

simplesamlphp-module simplesamlphp-module-metaedit

A SimpleSAMLphp module for metadata editing and registration.

image

simplesamlphp/simplesamlphp-module-metaedit

A SimpleSAMLphp module for metadata editing and registration.

  • Tuesday, August 2, 2016
  • by jaime
  • Repository
  • 7 Watchers
  • 1 Stars
  • 6,808 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 8 % Grown

The README.md

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

Metaedit module

This module provides a web interface for very basic metadata editing and registration., (*2)

Install

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

    vendor/bin/composer require simplesamlphp/simplesamlphp-module-metaedit

Configuration

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

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

The Versions

02/08 2016

dev-master

9999999-dev

A SimpleSAMLphp module for metadata editing and registration.

  Sources   Download

The Requires

 

by Olav Morken

modules simplesamlphp

07/08 2015

v1.0

1.0.0.0

A SimpleSAMLphp module for metadata editing and registration.

  Sources   Download

The Requires

 

by Olav Morken

modules simplesamlphp