2017 © Pedro PelĂĄez
 

library lumen-oauth2

OAuth2 module for the Lumen PHP framework.

image

nordsoftware/lumen-oauth2

OAuth2 module for the Lumen PHP framework.

  • Friday, March 16, 2018
  • by crisu83
  • Repository
  • 16 Watchers
  • 29 Stars
  • 1,987 Installations
  • PHP
  • 4 Dependents
  • 1 Suggesters
  • 3 Forks
  • 2 Open issues
  • 19 Versions
  • 3 % Grown

The README.md

Lumen OAuth2

Build Status Coverage Status Code Climate Scrutinizer Code Quality StyleCI Latest Stable Version Total Downloads License Gitter, (*1)

OAuth2 module for the Lumen PHP framework., (*2)

Requirements

Usage

Installation

Run the following command to install the package through Composer:, (*3)

composer require nordsoftware/lumen-oauth2

Install a storage connector by running one of the following commands:, (*4)

composer require nordsoftware/lumen-oauth2-doctrine

or, (*5)

composer require nordsoftware/lumen-oauth2-eloquent

or you can build your own., (*6)

Configure

Copy the configuration template in config/oauth2.php to your application's config directory and modify according to your needs. For more information see the Configuration Files section in the Lumen documentation., (*7)

Bootstrapping

Add the following lines to bootstrap/app.php:, (*8)

$app->configure('oauth2');

Depending on the storage connector in use, register the correct service provider, e.g., (*9)

$app->register(Nord\Lumen\OAuth2\Doctrine\DoctrineServiceProvider::class);

Then the OAuth2 module service provider., (*10)

$app->register(Nord\Lumen\OAuth2\OAuth2ServiceProvider::class);

And to use the middleware for authenticating users., (*11)

$app->routeMiddleware([
    .....
    Nord\Lumen\OAuth2\Middleware\OAuth2Middleware::class,
]);

Contributing

Please read the guidelines., (*12)

License

See LICENSE., (*13)

The Versions

16/03 2018

dev-develop

dev-develop

OAuth2 module for the Lumen PHP framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Söderlund

laravel lumen oauth2

05/06 2017

dev-master

9999999-dev

OAuth2 module for the Lumen PHP framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Söderlund

laravel lumen oauth2

05/06 2017
02/06 2017
10/02 2017
19/11 2016
23/03 2016

dev-release-checklist

dev-release-checklist

OAuth2 module for the Lumen PHP framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Söderlund

laravel lumen oauth2

22/03 2016

1.4.0

1.4.0.0

OAuth2 module for the Lumen PHP framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Söderlund

laravel lumen oauth2

07/03 2016

1.3.1

1.3.1.0

OAuth2 module for the Lumen PHP framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Söderlund

laravel lumen oauth2

07/03 2016

1.3.0

1.3.0.0

OAuth2 module for the Lumen PHP framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Söderlund

laravel lumen oauth2

22/02 2016

1.2.1

1.2.1.0

OAuth2 module for the Lumen PHP framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Söderlund

laravel lumen oauth2

18/02 2016

1.2.0

1.2.0.0

OAuth2 module for the Lumen PHP framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Söderlund

laravel lumen oauth2

18/02 2016

1.1.5

1.1.5.0

OAuth2 module for the Lumen PHP framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen oauth2

13/11 2015

1.1.4

1.1.4.0

OAuth2 module for the Lumen PHP framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen oauth2

24/08 2015

1.1.3

1.1.3.0

OAuth2 module for the Lumen PHP framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen oauth2

09/07 2015

1.1.2

1.1.2.0

OAuth2 module for the Lumen PHP framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen oauth2

09/07 2015

1.1.1

1.1.1.0

OAuth2 module for the Lumen PHP framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen oauth2

09/07 2015

1.1.0

1.1.0.0

OAuth2 module for the Lumen PHP framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen oauth2

18/06 2015

1.0.0

1.0.0.0

OAuth2 module for the Lumen PHP framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen oauth2