OAuth 1 PHP Library
Go to file
GaryJones fce57a4e6e Add new NullToken, to satisfy type hint checks when token would otherwise not be set. 2012-11-22 17:37:12 +00:00
src/GaryJones/OAuth Add new NullToken, to satisfy type hint checks when token would otherwise not be set. 2012-11-22 17:37:12 +00:00
tests Add unit tests for signature methods, and a couple for Request. 2012-11-22 16:24:21 +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.