awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
dusterio avatar

dusterio/lumen-passport

0
View on GitHub↗
651 stars·138 forks·PHP·MIT·8 views

Lumen Passport

It's a simple service provider that makes Laravel Passport work with Lumen.

Features

  • Packages and Middleware - Listed in the “Packages and Middleware” section of the Awesome Lumen awesome list.

Star history

Star history chart for dusterio/lumen-passportStar history chart for dusterio/lumen-passport

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Lumen Passport

Similar open-source projects, ranked by how many features they share with Lumen Passport.
  • dingo/apidingo avatar

    dingo/api

    9,355View on GitHub↗

    This is a framework for building standardized RESTful APIs within Laravel and Lumen applications. It provides a structured environment for developing web services with integrated routing, request handling, and versioning. The project distinguishes itself through a multi-adapter authentication system that validates identities via various schemes and third-party providers. It features a dedicated response transformation layer to convert raw database models into consistent output structures and an internal dispatcher that allows application logic to trigger API endpoints without external network

    PHP
    View on GitHub↗9,355
  • generationtux/jwt-artisangenerationtux avatar

    generationtux/jwt-artisan

    139View on GitHub↗

    PHP 8.2, 8.3, or 8.4 - Laravel 10.x, 11.x, or 12.x (or Lumen equivalent)

    PHP
    View on GitHub↗139
  • hasib32/rest-api-with-lumenhasib32 avatar

    hasib32/rest-api-with-lumen

    485View on GitHub↗

    Rest API boilerplate for Lumen micro-framework.

    PHP
    View on GitHub↗485
  • arubacao/http-basic-auth-guardarubacao avatar

    arubacao/http-basic-auth-guard

    40View on GitHub↗

    As of Lumen 5.2 the session storage is not included anymore. Unfortunately, for calling Auth::onceBasic(), Auth::basic(), or alike you'll need the session driver which requires the session storage. Therefore HTTP Basic Authentication does not work out-of-the-box anymore for Lumen >=5.2. To be…

    PHP
    View on GitHub↗40
See all 18 alternatives to Lumen Passport→

Frequently asked questions

What does dusterio/lumen-passport do?

It's a simple service provider that makes Laravel Passport work with Lumen.

What are the main features of dusterio/lumen-passport?

The main features of dusterio/lumen-passport are: Packages and Middleware.

What are some open-source alternatives to dusterio/lumen-passport?

Open-source alternatives to dusterio/lumen-passport include: dingo/api — This is a framework for building standardized RESTful APIs within Laravel and Lumen applications. It provides a… generationtux/jwt-artisan — PHP 8.2, 8.3, or 8.4 - Laravel 10.x, 11.x, or 12.x (or Lumen equivalent). hasib32/rest-api-with-lumen — Rest API boilerplate for Lumen micro-framework. irazasyed/larasupport — You can add the package directly by firing this command. laravelista/lumen-vendor-publish — This package contains a single command borrowed from the Laravel framework that enables you to use php artisan… arubacao/http-basic-auth-guard — As of Lumen 5.2 the session storage is not included anymore. Unfortunately, for calling Auth::onceBasic(),…