Download the PHP package arm-yan/guzzle-oauth2 without Composer
On this page you can find all versions of the php package arm-yan/guzzle-oauth2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arm-yan/guzzle-oauth2
More information about arm-yan/guzzle-oauth2
Files in arm-yan/guzzle-oauth2
Download arm-yan/guzzle-oauth2
More information about arm-yan/guzzle-oauth2
Files in arm-yan/guzzle-oauth2
Vendor arm-yan
Package guzzle-oauth2
Short Description An OAuth2 plugin (subscriber) for Guzzle
License MIT
Package guzzle-oauth2
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
guzzle-oauth2
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 with dependencies
PHP Build Version
Package Version
The package arm-yan/guzzle-oauth2 contains the following files
Loading the files please wait ....