starlight93/oauth2

Laravel Passport for Lumen >=8.0 and PHP >=8.0

Maintainers

Package info

github.com/starlight93/oauth2

Homepage

pkg:composer/starlight93/oauth2

Statistics

Installs: 167

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

v1.3 2022-09-13 07:00 UTC

This package is auto-updated.

Last update: 2026-03-13 14:52:53 UTC


README

Lumen porting of Laravel Passport. The original repo: https://github.com/nomadnt/lumen-passport but I tried to install on my Lumen ^8.x with PHP ^8.0 and got failed, so I just copy and add some additional laravel helpers and also change a few lines of composer.json to make it work.

Installation:

composer install starlight93/oauth2

More instructions please go to the original page https://github.com/nomadnt/lumen-passport

Change all of the prefix namespace Nomadnt\LumenPassport with Starlight93\Oauth2

Thanks to Nomadnt!