Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

smtech/lti-configuration-xml

Repository files navigation

LTI Configuration XML Generator

Latest Version

Generate an LTI configuration XML file from parameters

Install

Include in your composer.json:

"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.

About

Generate an LTI configuration XML file from parameters

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages