PHPackages                             krisanalfa/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. [API Development](/categories/api)
4. /
5. krisanalfa/lumen-dingo-adapter

ActiveLibrary[API Development](/categories/api)

krisanalfa/lumen-dingo-adapter
==============================

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

0.1.0(8y ago)2229.1k8[1 PRs](https://github.com/krisanalfa/lumen-dingo-adapter/pulls)MITPHPPHP &gt;=5.5.9CI failing

Since Jan 17Pushed 7y ago2 watchersCompare

[ Source](https://github.com/krisanalfa/lumen-dingo-adapter)[ Packagist](https://packagist.org/packages/krisanalfa/lumen-dingo-adapter)[ RSS](/packages/krisanalfa-lumen-dingo-adapter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (6)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

Popularity34

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% of commits — single point of failure

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 ~60 days

Total

4

Last Release

3220d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5585ab7e83e92b16ebfde64d7d90ff330721bcb1fbfa193fb0ffe149a4b3a7d1?d=identicon)[krisanalfa](/maintainers/krisanalfa)

---

Top Contributors

[![krisanalfa](https://avatars.githubusercontent.com/u/3734729?v=4)](https://github.com/krisanalfa "krisanalfa (7 commits)")[![WKrooshof](https://avatars.githubusercontent.com/u/4234432?v=4)](https://github.com/WKrooshof "WKrooshof (1 commits)")

### Embed Badge

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

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[flat3/lodata

OData v4.01 Producer for Laravel

96320.9k](/packages/flat3-lodata)[resend/resend-laravel

Resend for Laravel

1191.4M6](/packages/resend-resend-laravel)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

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