OAuth 1 PHP Library
Go to file
Jacob Kiers 81a1af738b Update information so the fork won't create issues
Just some updates to the Composer and Travis configuration and the
LICENSE file.
2013-02-06 22:39:13 +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 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 Update information so the fork won't create issues 2013-02-06 22:39:13 +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.