Download the PHP package dan-rogers/oauth-php without Composer
On this page you can find all versions of the php package dan-rogers/oauth-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dan-rogers/oauth-php
More information about dan-rogers/oauth-php
Files in dan-rogers/oauth-php
Download dan-rogers/oauth-php
More information about dan-rogers/oauth-php
Files in dan-rogers/oauth-php
Vendor dan-rogers
Package oauth-php
Short Description Library for OAuth 1 and OAuth 2 workflows.
License MIT
Package oauth-php
Short Description Library for OAuth 1 and OAuth 2 workflows.
License MIT
Please rate this library. Is it a good library?
Informations about the package oauth-php
OAuth-PHP
A PHP Library for OAuth 1 and OAuth 2 workflows.
Installation
Usage
OAuth 1 Example
- Use an array of options to create a config for your auth generation.
- Construct a new
OAuth1Config
object and use the array as the argument. - Construct a new
OAuth1
object and use yourOAuth1Config
object as the argument. - Call generateAuthorization().
So long as you have provided the correct information for the OAuth1 step you are on, it will generate a valid auth header.
For more information on OAuth 1 usage see:
All versions of oauth-php with dependencies
PHP Build Version
Package Version
Requires
ext-openssl Version
*
php Version >= 5.6
php Version >= 5.6
The package dan-rogers/oauth-php contains the following files
Loading the files please wait ....