Angel Fernando Quiroz Campos 60ff03ee73 WIP LTI add oauth lib - refs BT#13469 %!s(int64=6) %!d(string=hai) anos
..
code 60ff03ee73 WIP LTI add oauth lib - refs BT#13469 %!s(int64=6) %!d(string=hai) anos
doc 60ff03ee73 WIP LTI add oauth lib - refs BT#13469 %!s(int64=6) %!d(string=hai) anos
example 60ff03ee73 WIP LTI add oauth lib - refs BT#13469 %!s(int64=6) %!d(string=hai) anos
tests 60ff03ee73 WIP LTI add oauth lib - refs BT#13469 %!s(int64=6) %!d(string=hai) anos
.gitignore 60ff03ee73 WIP LTI add oauth lib - refs BT#13469 %!s(int64=6) %!d(string=hai) anos
CHANGELOG.md 60ff03ee73 WIP LTI add oauth lib - refs BT#13469 %!s(int64=6) %!d(string=hai) anos
LICENSE.txt 60ff03ee73 WIP LTI add oauth lib - refs BT#13469 %!s(int64=6) %!d(string=hai) anos
README.md 60ff03ee73 WIP LTI add oauth lib - refs BT#13469 %!s(int64=6) %!d(string=hai) anos
composer.json 60ff03ee73 WIP LTI add oauth lib - refs BT#13469 %!s(int64=6) %!d(string=hai) anos
composer.lock 60ff03ee73 WIP LTI add oauth lib - refs BT#13469 %!s(int64=6) %!d(string=hai) anos
init.php 60ff03ee73 WIP LTI add oauth lib - refs BT#13469 %!s(int64=6) %!d(string=hai) anos

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.