PHPackages                             danperron/oauthconsumer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. danperron/oauthconsumer

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

danperron/oauthconsumer
=======================

OAuth 1.0 Consumer for PHP

01.9kPHP

Since Aug 29Pushed 11y ago1 watchersCompare

[ Source](https://github.com/danperron/OAuthConsumer)[ Packagist](https://packagist.org/packages/danperron/oauthconsumer)[ RSS](/packages/danperron-oauthconsumer/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

\#OAuth 1.0 Consumer for PHP

\##Installation

Simply add the following requires to your composer.json and run **php composer.phar update**.

```
{
    "minimum-stability":"dev",
    "require": {
        "danperron/oauthconsumer":"*"
    }
}
```

\##Usage

\###Obtaining and authenticating a request token

```
