PHPackages                             dolphiq/lumen-dingo-adapter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. dolphiq/lumen-dingo-adapter

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

dolphiq/lumen-dingo-adapter
===========================

Using Dingo + JWT in your Lumen Based Application with no pain

3.0(5y ago)11.0k1MITPHPPHP ^7.2|^8.0

Since Dec 3Pushed 5y ago2 watchersCompare

[ Source](https://github.com/Dolphiq/lumen-dingo-adapter)[ Packagist](https://packagist.org/packages/dolphiq/lumen-dingo-adapter)[ RSS](/packages/dolphiq-lumen-dingo-adapter/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (6)Versions (8)Used By (0)

Dingo Adapter for Lumen
=======================

[](#dingo-adapter-for-lumen)

Using Dingo + JWT in your Lumen Based Application with no pain.

### Installation

[](#installation)

```
composer require krisanalfa/lumen-dingo-adapter

```

### Configuration

[](#configuration)

In your `bootstrap/app.php` file add this line:

```
$app->register(Zeek\LumenDingoAdapter\Providers\LumenDingoAdapterServiceProvider::class);
```

Below is environment variable you should configure to make this package works out of the box:

```
API_PREFIX=api
```

### Guarding Your Routes via Dingo Routing

[](#guarding-your-routes-via-dingo-routing)

```
$app->make(Dingo\Api\Routing\Router::class)->version('v1', function ($api) {
    $api->group([
        'middleware' => 'api.auth',
    ], function ($api) {
        $api->get('/', 'App\Http\Controllers\DefaultController@index');
    });
});
```

### Quick Start

[](#quick-start)

I have made a boilerplate [here](https://github.com/krisanalfa/lumen-jwt). Read the docs there to find out how to *Quick Start* this package.

### LICENSE

[](#license)

Copyright 2017 Krisan Alfa Timur

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~151 days

Recently: every ~126 days

Total

6

Last Release

1958d ago

Major Versions

1.4 → 2.02020-12-29

2.0 → 3.02020-12-30

PHP version history (3 changes)1.1PHP &gt;=7.1

2.0PHP &gt;=7.2

3.0PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/9dfab1936de2791991111dcf8e0dc68b0ca43d1fedda94dc793e6dadcb467a09?d=identicon)[dolphiq](/maintainers/dolphiq)

---

Top Contributors

[![krisanalfa](https://avatars.githubusercontent.com/u/3734729?v=4)](https://github.com/krisanalfa "krisanalfa (8 commits)")[![dolphiq-vincent](https://avatars.githubusercontent.com/u/152366?v=4)](https://github.com/dolphiq-vincent "dolphiq-vincent (7 commits)")[![johanzandstra](https://avatars.githubusercontent.com/u/4737521?v=4)](https://github.com/johanzandstra "johanzandstra (6 commits)")[![WKrooshof](https://avatars.githubusercontent.com/u/4234432?v=4)](https://github.com/WKrooshof "WKrooshof (1 commits)")

### Embed Badge

![Health badge](/badges/dolphiq-lumen-dingo-adapter/health.svg)

```
[![Health](https://phpackages.com/badges/dolphiq-lumen-dingo-adapter/health.svg)](https://phpackages.com/packages/dolphiq-lumen-dingo-adapter)
```

###  Alternatives

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M350](/packages/tymon-jwt-auth)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[krisanalfa/lumen-dingo-adapter

Using Dingo + JWT in your Lumen Based Application with no pain

2229.1k](/packages/krisanalfa-lumen-dingo-adapter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
