tackk/opauth-edmodo

Edmodo Strategy for the Opauth Library

1.0.0 2014-04-22 01:00 UTC

This package is not auto-updated.

Last update: 2024-03-16 13:05:11 UTC


README

Edmodo Strategy for the Opauth Library.

Installation

composer require tackk/opauth-edmodo:1.*

Configuration

Add the following to your Strategy configuration array:

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