OAuth 1 PHP Library
Go to file
Eher 15df1e0e0d Create test skeleton with PHPUnit and Travis-CI 2012-12-02 21:40:34 -02:00
src/Eher/OAuth Rename OAuthConsumer to Consumer 2012-12-02 18:23:07 -02:00
test/Eher/OAuth Create test skeleton with PHPUnit and Travis-CI 2012-12-02 21:40:34 -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 Readme updated 2012-02-08 17:15:48 -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 Library

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