OAuth 1 PHP Library
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Jacob Kiers 95477a7710 Merge pull request #9 from jacobkiers/update-travis-configuration
Update travis configuration: test PHP 5.3-5.6; 7 and HHVM.
8 years ago
src/JacobKiers/OAuth Maintain compatibility for PHP 5.3.0 - 5.3.8 8 years ago
tests Added tests for new required 'oauth_consumer_key'. 9 years ago
.gitattributes Added .gitattributes 10 years ago
.gitignore Update gitignore file 10 years ago
.travis.yml Update travis configuration 8 years ago
CHANGELOG.md Made version parameter private (by @vimishor). 9 years ago
CONTRIBUTORS.md Release 1.0.11 8 years ago
LICENSE Update information so the fork won't create issues 10 years ago
README.md Update information so the fork won't create issues 10 years ago
composer.json Renamed namespace to JacobKiers 10 years ago
phpunit.xml Change colors=false to colors=true 9 years ago

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.