simplesamlphp/simplesamlphp-module-examplecomposer
Composer 安装命令:
composer require simplesamlphp/simplesamlphp-module-examplecomposer
包简介
An example SimpleSAMLphp module installable through Composer.
README 文档
README
Install
This package is an example of a SimpleSAMLphp module installable through Composer. Installation can be as easy as executing:
vendor/bin/composer require simplesamlphp/simplesamlphp-module-examplecomposer
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:
'module.enable' => [ 'examplecomposer' => 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.
统计信息
- 总下载量: 380
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1-or-later
- 更新时间: 2014-02-24