2017 © Pedro Peláez
 

simplesamlphp-module simplesamlphp-module-examplecomposer

An example SimpleSAMLphp module installable through Composer.

image

simplesamlphp/simplesamlphp-module-examplecomposer

An example SimpleSAMLphp module installable through Composer.

  • Monday, February 24, 2014
  • by olav
  • Repository
  • 5 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SimpleSAMLphp Composer module example

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level, (*1)

Install

This package is an example of a SimpleSAMLphp module installable through Composer. Installation can be as easy as executing:, (*2)

vendor/bin/composer require simplesamlphp/simplesamlphp-module-examplecomposer

Configuration

Next thing you need to do is to enable the module:, (*3)

in config.php, search for the module.enable key and set examplecomposer to true:, (*4)

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

You can access the hello-world script at: /simplesaml/module.php/examplecomposer/helloworld, (*5)

See the SimpleSAMLphp Composer module installer documentation for more information about creating modules installable through Composer., (*6)

Relevant files

This module consists of the following files:, (*7)

  • composer.json: The composer configuration file for this module.
  • README.md: This document describing the module.
  • src/Controller/ExampleController.php: Controller outputting Hello World! when executed.

The Versions

24/02 2014

dev-master

9999999-dev

An example SimpleSAMLphp module installable through Composer.

  Sources   Download

The Requires

 

24/02 2014

v1.0.0

1.0.0.0

An example SimpleSAMLphp module installable through Composer.

  Sources   Download

The Requires