Skip to content

Instantly share code, notes, and snippets.

View RafaelAmorim6's full-sized avatar

Rafael Coelho RafaelAmorim6

  • São Paulo, Brazil
View GitHub Profile
@RafaelAmorim6
RafaelAmorim6 / blti-launch.php
Created August 26, 2018 20:20 — 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(