Skip to content

rogergithub3/lti-1-3-php-library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LTI 1.3 Advantage Demo Tool

This tool is a demonstration of LTI 1.3 Core and the additional services that make up LTI advantage. The code here is designed to provide an example use case of how you can utilize the LTI specifications.

Setup

The example code here is written in PHP, and it also contains a docker compose file for easy setup if you have docker installed.

To get up and running simply run:

docker-compose up --build

You should now be able to access the tool on the port 9001:

http://localhost:9001/launch.php

You're now free to launch in and use the tool. On your first launch in, there will be no credentials saved, so you will be prompted to fill out the registration and deployment forms. After that when you launch in, the credentials will be verified and loaded into the tool.

Maintenance

This code is created and maintained by Turnitin.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 81.4%
  • JavaScript 16.9%
  • Shell 1.5%
  • Other 0.2%