tackk/opauth-edmodo

Opauth 库的 Edmodo 策略

1.0.0 2014-04-22 01:00 UTC

This package is not auto-updated.

Last update: 2024-09-14 15:52:48 UTC


README

Opauth 库的 Edmodo 策略。

安装

composer require tackk/opauth-edmodo:1.*

配置

将以下内容添加到您的 Strategy 配置数组中

'Edmodo' => array(
    'client_id'     => '[client_id]',
    'client_secret' => '[client_secret]',
)