policante / WebAPIOAuth2

Web API with OAuth2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP OAuth 2.0 Server for Lumen

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

Lumen OAuth Server PHP
5.0.x 4.1.x >= 5.5

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 are based:

OAuth2Server-Lumen

PHP OAuth 2.0 Server for Lumen

Installation

Via composer

Run composer require 'rapiro/oauth2server-lumen:0.1.*'

Migrate

In bootstrap/app.php file and uncomment $app->withFacades(); and $app->withEloquent();

Run php artisan migrate --path=vendor/Rapiro/oauth2server-lumen/database/migrations

About

Web API with OAuth2


Languages

Language:PHP 98.6%Language:ApacheConf 1.4%