develme/oauth-4-laravel

OAuth Service Provider for Laravel 4 with Pearson's PowerSchool support
8
Install
composer require develme/oauth-4-laravel
Latest Version:1.1.0.0
PHP:>=5.3
License:MIT
Last Updated:May 26, 2015
Links: GitHub  ·  Packagist
Maintainer: Verron

Important Notice

This repository was forked from artdarek to add support for Lusitanian/PHPoAuthLib's UriInterface parameter seen within the ServiceFactory's createService method. Please visit artdarek's page for more detail.

Laravel 4 Install

    "require": {
        "develme/oauth-4-laravel": "~1.0.7"
    },

Laravel 5 Install

    "require": {
        "develme/oauth-4-laravel": "~1.1"
    },