Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/ims_lti/vendor/oauth1
Angel Fernando Quiroz Campos 60ff03ee73 WIP LTI add oauth lib - refs BT#13469 7 years ago
..
code WIP LTI add oauth lib - refs BT#13469 7 years ago
doc WIP LTI add oauth lib - refs BT#13469 7 years ago
example WIP LTI add oauth lib - refs BT#13469 7 years ago
tests WIP LTI add oauth lib - refs BT#13469 7 years ago
.gitignore WIP LTI add oauth lib - refs BT#13469 7 years ago
CHANGELOG.md WIP LTI add oauth lib - refs BT#13469 7 years ago
LICENSE.txt WIP LTI add oauth lib - refs BT#13469 7 years ago
README.md WIP LTI add oauth lib - refs BT#13469 7 years ago
composer.json WIP LTI add oauth lib - refs BT#13469 7 years ago
composer.lock WIP LTI add oauth lib - refs BT#13469 7 years ago
init.php WIP LTI add oauth lib - refs BT#13469 7 years ago

README.md

OAuth1 PHP

Andy Smith's basic php library for OAuth. Original code taken from google code. For reference (and since google code is going away), I have ported the entire project to github. You can find it here.

To use this, be sure to run composer install in the root of the lib.

I have also split out the spec portion of the google code repo to its own repo.