tackk/opauth-edmodo

Edmodo Strategy for the Opauth Library

Maintainers

Package info

github.com/tackk/opauth-edmodo

pkg:composer/tackk/opauth-edmodo

Statistics

Installs: 16

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2014-04-22 01:00 UTC

This package is not auto-updated.

Last update: 2026-02-28 23:28:09 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]',
)