Download the PHP package rapiro/oauth2server-lumen without Composer
On this page you can find all versions of the php package rapiro/oauth2server-lumen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package oauth2server-lumen
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:
- OAuth2 server, is principally developed and maintained by Alex Bilbie.
- Oauth2 server Laravel, is principally developed and maintained by Luca Degasperi.
OAuth2Server-Lumen
PHP OAuth 2.0 Server for Lumen
Installation
Via composer
Run
Register package
In your register service providers
... and middleware
... and route middleware
Copy config
Copy to your own config folder ( in your project root). Copy to your own config folder ( in your project root).
It has to be the correct config folder as it is registered using .
Copy models
Copy folder to your own app folder ( in your project root).
Migrate
In file and uncomment and
Run
All versions of oauth2server-lumen with dependencies
laravel/lumen-framework Version 5.1.*
league/oauth2-server Version ^4.1