cvo-technologies/cakephp-simplesaml

CakePHP integration with SimpleSAMLphp for IdP and SPs

Installs: 607

Dependents: 1

Suggesters: 0

Security: 0

Type:cakephp-plugin

pkg:composer/cvo-technologies/cakephp-simplesaml

0.0.4 2016-08-24 02:19 UTC

This package is auto-updated.

Last update: 2025-10-11 16:49:30 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