jcid/oauth-guzzle

This package is abandoned and no longer maintained. No replacement package was suggested.

Guzzle client for oauth

dev-master / 0.1.x-dev 2015-04-18 07:09 UTC

This package is auto-updated.

Last update: 2022-02-01 12:28:34 UTC


README

PHPoAuthLib provides oAuth support in PHP 5.3+ and is very easy to integrate with any project which requires an oAuth client.

Build Status

Installation

This library can be found on Packagist. The recommended way to install this is through composer.

Edit your composer.json and add:

{
    "require": {
        "jcid/oauth-guzzle": "dev-master"
    }
}

And install dependencies:

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install