Skip to content

jiminny/oauth2-pipedrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

oauth2-pipedrive

Pipedrive OAuth 2.0 client provider for PHP League OAuth2 Client

composer require daniti/oauth2-pipedrive

include vendor/autoload.php

use Daniti\OAuth2\Client\Provider\Pipedrive;
$provider = new Daniti\OAuth2\Client\Provider\Pipedrive(array(
    'clientId' => 'XXXXX',    // The client ID assigned to you by the provider
    'clientSecret' => 'XXXXX',   // The client password assigned to you by the provider
    'redirectUri' => 'XXXXX'
));

Please look at League OAuth2 Client's documentation for examples on how to implement the auth flow: https://github.com/thephpleague/oauth2-client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages