1sept/oauth2-1sept

九月第一 OAuth 2.0 客户端提供商,用于 PHP League OAuth2-Client

v1.4.9 2024-06-13 13:08 UTC

This package is auto-updated.

Last update: 2024-09-13 13:41:40 UTC


README

Software License

此软件包提供了九月第一集成,用于OAuth2 Client(由 League 提供)。

安装

只需执行

composer require 1sept/oauth2-1sept

使用

$provider = new \Sept\OAuth2\Client\Provider\SeptemberFirstProvider([
    'clientId' => 'client_id',
    'clientSecret' => 'secret',
    'redirectUri' => 'https://example.org/oauth-endpoint',
]);