contentnet/oauth2-contentnet

ContentNet 的 PHP OAuth2 客户端

1.0.2 2018-05-25 16:45 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:32:55 UTC


README

Build Status Coverage Status License: MIT

此软件包为 PHP League 的 OAuth 2.0 客户端 提供ContentNet OAuth 2.0 支持。

安装

要安装,请使用 composer

composer require contentnet/oauth2-contentnet

用法

用法与 The League 的 OAuth 客户端相同,使用 ContentNet\OAuth2\Client\Provider\ContentNet 作为提供者。

授权码流程

遵循 基本用法指南