2017 © Pedro Peláez
 

library lti-configuration-xml

Generate an LTI configuration XML file from parameters

image

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

The README.md

LTI Configuration XML Generator

Latest Version, (*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)

The Versions

26/07 2016

dev-master

9999999-dev

Generate an LTI configuration XML file from parameters

  Sources   Download

LGPL-3.0

The Requires

 

by Seth Battis

26/07 2016

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

21/07 2016

v1.0

1.0.0.0

Generate an LTI configuration XML file from parameters

  Sources   Download

LGPL-3.0

The Requires

 

by Seth Battis