jcid / oauth-guzzle
Guzzle client for oauth
Installs: 3 987
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: >=5.3.0
- guzzle/guzzle: ~3.7
- lusitanian/oauth: ~0.2
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.
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