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
Requires
- php: >=5.3
- develme/oauth: ~0.3
Requires (Dev)
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"
},