Skip to content

Instantly share code, notes, and snippets.

View khalilalquraan's full-sized avatar
🏠
Working from home

Khalil Aqluraan khalilalquraan

🏠
Working from home
View GitHub Profile
@khalilalquraan
khalilalquraan / blti-launch.php
Created March 20, 2021 18:12 — forked from matthanger/blti-launch.php
Sample code for Basic LTI Consumer in PHP
<?php
# ------------------------------
# START CONFIGURATION SECTION
#
$launch_url = "https://lti.tools/test/tp.php";
$key = "12345";
$secret = "secret";
$launch_data = array(