Skip to content

Instantly share code, notes, and snippets.

View sujith857's full-sized avatar
๐Ÿ˜Š
Happy

Sujith kumar cheriyanghat sujith857

๐Ÿ˜Š
Happy
View GitHub Profile
@sujith857
sujith857 / blti-launch.php
Created July 16, 2020 09:16 — 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(