simplesamlphp/simplesamlphp-module-consentsimpleadmin 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

simplesamlphp/simplesamlphp-module-consentsimpleadmin

最新稳定版本:v1.1.2

Composer 安装命令:

composer require simplesamlphp/simplesamlphp-module-consentsimpleadmin

包简介

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

README 文档

README

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

Consent Simple Admin module

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

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-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.

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:

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

统计信息

  • 总下载量: 16.66k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 6
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-2.1
  • 更新时间: 2015-08-10