Angel Fernando Quiroz Campos 60ff03ee73 WIP LTI add oauth lib - refs BT#13469 | 6 年之前 | |
---|---|---|
.. | ||
code | 6 年之前 | |
doc | 6 年之前 | |
example | 6 年之前 | |
tests | 6 年之前 | |
.gitignore | 6 年之前 | |
CHANGELOG.md | 6 年之前 | |
LICENSE.txt | 6 年之前 | |
README.md | 6 年之前 | |
composer.json | 6 年之前 | |
composer.lock | 6 年之前 | |
init.php | 6 年之前 |
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.