Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 2.01 KB

README.md

File metadata and controls

32 lines (19 loc) · 2.01 KB

PHP OAuth 2.0 Server for Laravel

Latest Stable Version Build Status Code Coverage Scrutinizer Code Quality

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
5.0.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.