OAuth 1 PHP Library
Go to file
Jacob Kiers d2b3281815 Release 1.0.11
This release fixes a little bug in the exception that is thrown when an
invalid token is encountered.

Reported and fixed by @elieux.

Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
2015-07-16 16:06:29 +02:00
src/JacobKiers/OAuth Fix variable name when creating an "invalid token" exception 2015-07-16 15:53:27 +02:00
tests Added tests for new required 'oauth_consumer_key'. 2013-11-19 21:21:41 +01: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 Merge remote-tracking branch 'vb/master' 2013-11-19 21:03:00 +01:00
CHANGELOG.md Made version parameter private (by @vimishor). 2014-02-21 18:39:51 +01:00
CONTRIBUTORS.md Release 1.0.11 2015-07-16 16:06:29 +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.