Skip to content

PraiseCharts/oauth1-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intuit Provider for OAuth 1.0 Client

This package provides PraiseCharts OAuth 1.0 support for the PHP League's OAuth 1.0 Client.

Installation

To install, use composer:

composer require praisecharts/oauth1-client

Usage

Usage is the same as The League's OAuth client, using PraiseCharts\OAuth1\Client\Server\PraiseCharts as the provider.

$server = new PraiseCharts\OAuth1\Client\Server\PraiseCharts(array(
    'identifier'   => 'your-identifier',
    'secret'       => 'your-secret',
    'callback_uri' => 'http://your-callback-uri/',
));

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages