oauth2-server-laravel maintained by fahmiardi
Description
A Laravel 4 wrapper for the popular OAuth 2.0 Server package league/oauth2-server
Authors
Last update
2015/10/11 00:45
(dev-master)
License
Downloads
272
Last update
2015/10/11 00:45
License
Require
- php >=5.4.0
- laravel/framework 4.2.*
- fahmiardi/oauth2-server-storage-redis 1.*
Last update
2015/10/11 00:45
License
Require
- php >=5.4.0
- laravel/framework 4.2.*
- fahmiardi/oauth2-server-storage-redis 1.*
Last update
2015/10/11 00:44
License
Require
- php >=5.4.0
- laravel/framework 4.2.*
- fahmiardi/oauth2-server-storage-redis 1.*
Last update
2015/09/12 21:59
License
Require
- php >=5.4.0
- fahmiardi/oauth2-server-storage-redis 2.*
Last update
2015/08/19 08:06
License
Require
- php >=5.5.9
- illuminate/database 5.1.*
- illuminate/console 5.1.*
- illuminate/contracts 5.1.*
- illuminate/http 5.1.*
- illuminate/support 5.1.*
- illuminate/config 5.1.*
- league/oauth2-server 4.1.*
Last update
2015/08/06 16:51
License
Require
- php >=5.5.9
- illuminate/database 5.1.*
- illuminate/console 5.1.*
- illuminate/contracts 5.1.*
- illuminate/http 5.1.*
- illuminate/support 5.1.*
- illuminate/config 5.1.*
- league/oauth2-server 4.1.*
Last update
2015/02/08 18:34
License
Require
- php >=5.4.0
- league/oauth2-server 4.0.*
- illuminate/database 4.2.*
- illuminate/support 4.2.*
- illuminate/filesystem 4.2.*
- illuminate/console 4.2.*
- illuminate/http 4.2.*
- nesbot/carbon 1.*
Last update
2015/01/30 08:55
License
Require
- php >=5.4.0
- laravel/framework 4.2.*
- fahmiardi/oauth2-server-storage-redis 1.*
Last update
2015/01/21 09:42
License
Require
- php >=5.4.0
- laravel/framework 4.2.*
- fahmiardi/oauth2-server-storage-redis 1.*
Last update
2015/01/21 05:01
License
Require
- php >=5.4.0
- laravel/framework 4.2.*
- fahmiardi/oauth2-server-storage-redis 1.*
Last update
2014/12/04 08:47
License
Require
- php >=5.4.0
- league/oauth2-server 4.0.*
- illuminate/database 4.2.*
- illuminate/support 4.2.*
- illuminate/filesystem 4.2.*
- illuminate/console 4.2.*
- illuminate/http 4.2.*
- nesbot/carbon 1.*
Last update
2014/11/23 14:22
License
Require
- php >=5.4.0
- league/oauth2-server 4.0.2
- illuminate/database 4.2.*
- illuminate/support 4.2.*
- illuminate/filesystem 4.2.*
- illuminate/console 4.2.*
- illuminate/http 4.2.*
- nesbot/carbon 1.*
PHP OAuth 2.0 Server for Laravel
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
| Laravel | OAuth Server | PHP |
|---|---|---|
| 4.0.x | 1.0.x | >= 5.3 |
| 4.1.x | 1.0.x | >= 5.3 |
| 4.2.x | 3.0.x | >= 5.4 |
| 4.2.x | 4.0.x@dev | >= 5.4 |
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.