2017 © Pedro Peláez
 

library oauth2-pipedrive

Pipedrive OAuth 2.0 client provider for PHP League OAuth2 Client

image

daniti/oauth2-pipedrive

Pipedrive OAuth 2.0 client provider for PHP League OAuth2 Client

  • Friday, March 9, 2018
  • by daniti
  • Repository
  • 0 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 8 % Grown

The README.md

oauth2-pipedrive

Pipedrive OAuth 2.0 client provider for PHP League OAuth2 Client, (*1)

composer require daniti/oauth2-pipedrive, (*2)

include vendor/autoload.php, (*3)

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, (*4)

The Versions

09/03 2018

dev-master

9999999-dev

Pipedrive OAuth 2.0 client provider for PHP League OAuth2 Client

  Sources   Download

MIT

The Requires

 

by Daniele Timo

09/03 2018

1

1.0.0.0

Pipedrive OAuth 2.0 client provider for PHP League OAuth2 Client

  Sources   Download

MIT

The Requires

 

by Daniele Timo