2017 © Pedro Peláez
 

library oauth2-server-laravel

Laravel bridge for the league/oauth2-server package

image

mvdstam/oauth2-server-laravel

Laravel bridge for the league/oauth2-server package

  • Sunday, September 3, 2017
  • by Maximized
  • Repository
  • 2 Watchers
  • 2 Stars
  • 115 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 5 % Grown

The README.md

Oauth2 Server Laravel

Build Status Code Coverage Scrutinizer Code Quality, (*1)

SensioLabsInsight, (*2)

This package forms the link between your Laravel (or Lumen) application and the league/oauth2-server package., (*3)

The goals of this package are as follows:, (*4)

  • Provide an easy and non-intrusive way to provide Oauth2 authorization for your application
  • Have sensible defaults in place that will work for most cases, but at the same time offer flexibility for those who desire it
  • Stay as close to the league/oauth2-server code as possible

Why not Laravel Passport?

This package aims to be a more flexible, more advanced and more loosely coupled alternative to Laravel Passport. In addition, this package aims to be compatible with Laravel/Lumen 5.1 and up., (*5)

Installation

Simply install this package with composer:, (*6)

$ composer require mvdstam/oauth2-server-laravel

Framework compatibility

Framework version Build status
Laravel 5.1 Build Status
Laravel 5.2 Build Status
Laravel 5.3 Build Status
Laravel 5.4 Build Status

The Versions