library lti-configuration-xml
Generate an LTI configuration XML file from parameters
smtech/lti-configuration-xml
Generate an LTI configuration XML file from parameters
- Tuesday, July 26, 2016
- by battis
- Repository
- 3 Watchers
- 0 Stars
- 96 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
LTI Configuration XML Generator
, (*1)
Generate an LTI configuration XML file from parameters, (*2)
Install
Include in your composer.json
:, (*3)
"require": {
"smtech/lti-configuration-xml": "~1.0"
}
Use
/* display a simple configuration */
$config = new \smtech\LTI\Configuration\Generator(
'My Spiffy Tool',
'my-spiffy-tool',
'https://example.com/my-spiffy-tool/launch.php'
);
header('Content-type: application/xml');
echo $config->saveXML();
exit;
Documentation included in the repo., (*4)
dev-master
9999999-dev
Generate an LTI configuration XML file from parameters
Sources
Download
LGPL-3.0
The Requires
by
Seth Battis
v1.0.1
1.0.1.0
Generate an LTI configuration XML file from parameters
Sources
Download
LGPL-3.0
The Requires
by
Seth Battis
v1.0
1.0.0.0
Generate an LTI configuration XML file from parameters
Sources
Download
LGPL-3.0
The Requires
by
Seth Battis