simplesamlphp/simplesamlphp-module-metaedit
最新稳定版本:v2.2.1
Composer 安装命令:
composer require simplesamlphp/simplesamlphp-module-metaedit
包简介
A SimpleSAMLphp module for metadata editing and registration.
关键字:
README 文档
README
Metaedit module
This module provides a web interface for very basic metadata editing and registration.
Install
Once you have installed SimpleSAMLphp, installing this module is very simple. Just execute the following command in the root of your SimpleSAMLphp installation:
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:
'module.enable' => [ 'metaedit' => true, … ],
统计信息
- 总下载量: 16.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1-or-later
- 更新时间: 2015-08-07