Skip to content

Instantly share code, notes, and snippets.

@jesusvaz
jesusvaz / blti-launch.php
Last active August 29, 2015 00:51 — forked from matthanger/blti-launch.php
Sample code for Basic LTI Consumer in PHP
<?php
# ------------------------------
# START CONFIGURATION SECTION
#
$launch_url = "http://www.imsglobal.org/developers/BLTI/tool.php";
$key = "12345";
$secret = "secret";
$launch_data = array(