develme/oauth-4-laravel

OAuth Service Provider for Laravel 4 with Pearson's PowerSchool support

1.1.0.0 2015-05-26 19:22 UTC

This package is auto-updated.

Last update: 2024-03-27 07:12:21 UTC


README

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"
    },