OAuth 1 PHP Library
Go to file
Jacob Kiers be09ba0216 Added RequestInterface to make integration easier.
Since now only a RequestInterface is needed instead of a Request object,
it becomes easier to use the Server component with a different Request
object, such as the Symfony or Zend Framework Request objects.

This will now only need a small wrapper, instead of extending and
rewriting the existing Request object.
2013-02-08 10:57:53 +00:00
src/JacobKiers/OAuth Added RequestInterface to make integration easier. 2013-02-08 10:57:53 +00:00
tests Added RequestInterface to make integration easier. 2013-02-08 10:57:53 +00:00
.gitignore Update gitignore file 2012-12-04 01:28:58 +00:00
.travis.yml Update information so the fork won't create issues 2013-02-06 22:39:13 +00: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 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.

Build Status

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