Download the PHP package simplesamlphp/simplesamlphp-module-examplecomposer without Composer
On this page you can find all versions of the php package simplesamlphp/simplesamlphp-module-examplecomposer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download simplesamlphp/simplesamlphp-module-examplecomposer
More information about simplesamlphp/simplesamlphp-module-examplecomposer
Files in simplesamlphp/simplesamlphp-module-examplecomposer
Package simplesamlphp-module-examplecomposer
Short Description An example SimpleSAMLphp module installable through Composer.
License LGPL-2.1-or-later
Informations about the package simplesamlphp-module-examplecomposer
SimpleSAMLphp Composer module example
Install
This package is an example of a SimpleSAMLphp module installable through Composer. Installation can be as easy as executing:
Configuration
Next thing you need to do is to enable the module:
in config.php, search for the module.enable key and set examplecomposer to true:
You can access the hello-world script at: /simplesaml/module.php/examplecomposer/helloworld
See the SimpleSAMLphp Composer module installer documentation for more information about creating modules installable through Composer.
Relevant files
This module consists of the following files:
composer.json: The composer configuration file for this module.README.md: This document describing the module.src/Controller/ExampleController.php: Controller outputtingHello World!when executed.
All versions of simplesamlphp-module-examplecomposer with dependencies
simplesamlphp/simplesamlphp Version ^2.5@dev
symfony/http-foundation Version ^7.4
