Skip to content

ContentNet/oauth2-contentnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP OAuth2 client for ContentNet

Build Status Coverage Status License: MIT

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

Installation

To install, use composer:

composer require contentnet/oauth2-contentnet

Usage

Usage is the same as The League's OAuth client, using ContentNet\OAuth2\Client\Provider\ContentNet as the provider.

Authorization Code Flow

Follow the Basic Usage Guide.