OAuth 1 PHP Library
Go to file
Gary Jones e8cd1bdc22 Add phpunit.xml config file. 2012-11-18 12:28:10 +00:00
src/GaryJones/OAuth Change all references to consumer to client, as per RFC 5849. 2012-11-18 02:33:29 +00:00
.gitignore Oops, removing Netbeans project directory. 2012-11-17 21:24:13 +00:00
README.md Made package PSR-2 compatible. 2012-11-17 21:13:44 +00:00
composer.json Add some require-dev dependencies. 2012-11-18 12:27: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.

Tweaked to pass PSR-2.