omgwagon / oauth-simple
Simple OAuth1 signature package with support for oauth_body_hash
Installs: 77
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/omgwagon/oauth-simple
Requires
- phpunit/phpunit: ^7.0
Requires (Dev)
- codacy/coverage: dev-master
This package is not auto-updated.
Last update: 2025-10-07 09:09:31 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