omgwagon/oauth-simple

There is no license information available for the latest version (v0.9.3) of this package.

Simple OAuth1 signature package with support for oauth_body_hash

v0.9.3 2018-05-17 21:59 UTC

This package is not auto-updated.

Last update: 2024-05-07 02:16:05 UTC


README

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