OAuth 1 PHP Library
Go to file
Eher 935c1f7709 Fix encoded signature in OAuthServer::check_signature 2012-12-13 21:48:10 -02:00
src/Eher/OAuth Fix encoded signature in OAuthServer::check_signature 2012-12-13 21:48:10 -02:00
test/Eher/OAuth Create test to Request and Consumer 2012-12-03 02:12:52 -02:00
.gitignore Put vendor folder in gitignore 2012-12-02 21:39:43 -02:00
.travis.yml Create test skeleton with PHPUnit and Travis-CI 2012-12-02 21:40:34 -02:00
README.md Put Travis-ci status image in Readme 2012-12-02 21:42:40 -02:00
composer.json Create test skeleton with PHPUnit and Travis-CI 2012-12-02 21:40:34 -02:00
phpunit.xml.dist Create test skeleton with PHPUnit and Travis-CI 2012-12-02 21:40:34 -02:00

README.md

#OAuth 1 PHP LibraryBuild Status

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