develme / oauth-4-laravel by Verron
forked from artdarek/oauth-4-laravel

OAuth Service Provider for Laravel 4 with Pearson's PowerSchool support
6
0
2
Package Data
Maintainer Username: Verron
Maintainer Contact: artdarek@gmail.com (Artdarek)
Package Create Date: 2014-10-17
Package Last Update: 2015-05-26
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-03-28 03:11:03
Package Statistics
Total Downloads: 6
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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