OAuth 1 PHP Library
Go to file
victorbjelkholm cec7f31cda Change colors=false to colors=true 2013-11-19 20:54:56 +01:00
src/JacobKiers/OAuth Because `$token` refs an object, this statement will always be true. Therefore an empty `oauth_token` param will be added to each request, wich will break Bitbucket authorization process. 2013-06-06 05:58:53 +02:00
tests Use Interfaces anywhere. 2013-02-11 14:02:14 +00:00
.gitattributes Added .gitattributes 2013-08-15 19:59:33 +02:00
.gitignore Update gitignore file 2012-12-04 01:28:58 +00:00
.travis.yml Also build against PHP 5.5. 2013-02-08 11:09:37 +00:00
CONTRIBUTORS.md Added CONTRIBUTORS.md file. 2013-06-06 05:58:53 +02:00
LICENSE Update information so the fork won't create issues 2013-02-06 22:39:13 +00:00
README.md Update information so the fork won't create issues 2013-02-06 22:39:13 +00:00
composer.json Renamed namespace to JacobKiers 2013-02-08 10:32:26 +00:00
phpunit.xml Change colors=false to colors=true 2013-11-19 20:54:56 +01:00

README.md

#OAuth 1 PHP Library

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

Actually forked from EHER's version.

Build Status

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