cvo-technologies/cakephp-simplesaml

CakePHP 与 SimpleSAMLphp 集成,用于身份提供者(IdP)和服务提供者(SPs)

安装: 602

依赖: 1

建议者: 0

安全: 0

类型:cakephp-plugin

0.0.4 2016-08-24 02:19 UTC

This package is auto-updated.

Last update: 2024-09-11 14:43:26 UTC


README

Software License Build Status Coverage Status Total Downloads Latest Stable Version

安装

使用 Composer

composer require cvo-technologies/cakephp-simplesaml

确保 requirecomposer.json 中存在

{
    "require": {
        "cvo-technologies/cakephp-simplesaml": "~1.0"
    }
}

加载插件

Plugin::load('CvoTechnologies/SimpleSaml');

用法