contentnet/oauth2-contentnet

PHP OAuth2 client for ContentNet

1.0.2 2018-05-25 16:45 UTC

This package is not auto-updated.

Last update: 2024-04-14 03:20:41 UTC


README

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.