OAuth 1 PHP Library
Go to file
GaryJones b564cbd103 Change line endings...again :-/ 2012-11-22 13:24:15 +00:00
src/GaryJones/OAuth Make callback_url property protected, and add get/set methods. 2012-11-22 13:17:23 +00:00
tests Add basic client and token unit tests. 2012-11-22 13:18:56 +00:00
.gitignore Oops, removing Netbeans project directory. 2012-11-17 21:24:13 +00:00
LICENSE Clarify license as MIT. 2012-11-19 17:55:49 +00:00
README.md Add current status note to readme. 2012-11-18 12:29:31 +00:00
composer.json Limit phpunit dev dependency to stable. 2012-11-22 13:18:34 +00:00
phpunit.xml Add phpunit.xml config file. 2012-11-18 12:28:10 +00:00

README.md

#OAuth 1 PHP Library

Based on Andy Smith's basic php library for OAuth.

Actually forked from EHER's version.

Tweaked to pass PSR-2.

Current status - Request token part seems to be working - nothing else properly tested yet.