Download the PHP package commerceguys/guzzle-oauth2-plugin without Composer
On this page you can find all versions of the php package commerceguys/guzzle-oauth2-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download commerceguys/guzzle-oauth2-plugin
More information about commerceguys/guzzle-oauth2-plugin
Files in commerceguys/guzzle-oauth2-plugin
Download commerceguys/guzzle-oauth2-plugin
More information about commerceguys/guzzle-oauth2-plugin
Files in commerceguys/guzzle-oauth2-plugin
Vendor commerceguys
Package guzzle-oauth2-plugin
Short Description An OAuth2 plugin (subscriber) for Guzzle
License MIT
Package guzzle-oauth2-plugin
Short Description An OAuth2 plugin (subscriber) for Guzzle
License MIT
Please rate this library. Is it a good library?
Informations about the package guzzle-oauth2-plugin
guzzle-oauth2-plugin
Provides an OAuth2 plugin (subscriber) for Guzzle.
Version 2.x (on the master
branch) is intended for Guzzle 5:
Guzzle 3 compatibility continues in the 1.0
branch:
Features
- Acquires access tokens via one of the supported grant types (code, client credentials, user credentials, refresh token). Or you can set an access token yourself.
- Supports refresh tokens (stores them and uses them to get new access tokens).
- Handles token expiration (acquires new tokens and retries failed requests).
Running the tests
First make sure you have all the dependencies in place by running composer install --prefer-dist
, then simply run ./bin/phpunit
.
Example
All versions of guzzle-oauth2-plugin with dependencies
PHP Build Version
Package Version
The package commerceguys/guzzle-oauth2-plugin contains the following files
Loading the files please wait ....