OAuth 1 PHP Library
Go to file
GaryJones d5b23e95bb Update gitignore file 2012-12-04 01:28:58 +00:00
src/GaryJones/OAuth Refactor common code for getting the signature key. 2012-11-23 12:30:38 +00:00
tests Add tests for concrete method inside abstract SignatureMethod class. 2012-11-23 12:22:04 +00:00
.gitignore Update gitignore file 2012-12-04 01:28:58 +00:00
.travis.yml Add travis config file 2012-12-04 01:28:30 +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.