cvo-technologies/cakephp-simplesaml

CakePHP integration with SimpleSAMLphp for IdP and SPs

0.0.4 2016-08-24 02:19 UTC

This package is auto-updated.

Last update: 2024-04-11 13:46:29 UTC


README

Software License Build Status Coverage Status Total Downloads Latest Stable Version

Installation

Using Composer

composer require cvo-technologies/cakephp-simplesaml

Ensure require is present in composer.json:

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

Load the plugin

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

Usage