fahmiardi / oauth2-server-laravel
A Laravel 4 wrapper for the popular OAuth 2.0 Server package league/oauth2-server
5.0.1
2015-08-19 06:06 UTC
Requires
- php: >=5.5.9
- illuminate/config: 5.1.*
- illuminate/console: 5.1.*
- illuminate/contracts: 5.1.*
- illuminate/database: 5.1.*
- illuminate/http: 5.1.*
- illuminate/support: 5.1.*
- league/oauth2-server: 4.1.*
Requires (Dev)
- henrikbjorn/phpspec-code-coverage: ^1.0.1
- mockery/mockery: ^0.9.4
- orchestra/testbench: 3.1.*
- phpspec/phpspec: ^2.2.1
- phpunit/phpunit: ^4.7.6
README
OAuth 2.0 authorization server and resource server for the Laravel framework. Standard compliant thanks to the amazing work by The League of Extraordinary Packages OAuth 2.0 authorization server and resource server.
The package assumes you have a good-enough knowledge of the principles behind the OAuth 2.0 Specification.
Version Compability
Documentation
This package features an extensive wiki to help you getting started implementing an OAuth 2.0 Server in your Laravel app.
Support
Bugs and feature request are tracked on GitHub
License
This package is released under the MIT License.
Credits
The code on which this package is based, is principally developed and maintained by Alex Bilbie.