Skip to content

Teamleader OAuth 2.0 client provider for The PHP League's OAuth2-Client

Notifications You must be signed in to change notification settings

Nascom/oauth2-teamleader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teamleader Provider for OAuth 2.0 Client

This package provides Teamleader OAuth 2.0 support for the PHP League's OAuth 2.0 Client.

Installation

composer require nascom/oauth2-teamleader

Usage

See the League documentation. This package provides a Teamleader specific provider you can use instead of the generic one.

$provider = new Nascom\OAuth2\Client\Provider\Teamleader([
    'clientId' => 'your-client-id',
    'clientSecret' => 'your-client-secret',
    'redirectUri' => 'https://example.com/your-redirect-url',
]);

About

Teamleader OAuth 2.0 client provider for The PHP League's OAuth2-Client

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages