OAuth Simple Package
Simple oauth package used to sign messages and verify signatures.
Heavily based on the PHP classes from https://github.com/jrconlin/oauthsimple
Built to be installable via composer plus added unit tests
Clone and test
git clone git@github.com:omgwagon/oauth-simple
cd oauth-simple
vendor/bin/phpunit
Add to a project
cd oauth-simple
composer require omgwagon/oauth-simple