OAuth 1 PHP Library
Go to file
GaryJones af1993ac3a Make the Token arg of buildSignature() methods optional.
RSA-SHA1 buildSignature() doesn't use it at all, and the other two allow for there to be no token, as on the initial client request. The token shared-secret as taken to be an empty string.
2012-11-22 16:27:47 +00:00
src/GaryJones/OAuth Make the Token arg of buildSignature() methods optional. 2012-11-22 16:27:47 +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.