PHPackages                             jakubkratina/lumen-dingo-route-list - 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. jakubkratina/lumen-dingo-route-list

ActiveLibrary[API Development](/categories/api)

jakubkratina/lumen-dingo-route-list
===================================

Route:list command support at Lumen framework application with Dingo API framework

0.9.6(7y ago)330.7k2[1 issues](https://github.com/jakubkratina/lumen-dingo-route-list/issues)MITPHPPHP &gt;=5.5.9

Since May 18Pushed 6y agoCompare

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

READMEChangelog (7)DependenciesVersions (8)Used By (0)

lumen-dingo-route-list
======================

[](#lumen-dingo-route-list)

Route:list command support at Lumen framework application with Dingo API framework

Installation
------------

[](#installation)

Install via composer:

```
composer require jakubkratina/lumen-dingo-route-list

```

Just register the command inside `$commands` array at `app/Console/Kernel.php` file:

```
protected $commands = [
	JK\Dingo\Api\Console\Commands\RouteListCommand::class
];
```

Run
---

[](#run)

Open your terminal and type `artisan route:list` to see output like:

```
+---------+
| Version |
+---------+
| v1      |
+---------+
+------------+---------------------------+------------------+-----------------------------------------------+-----------------+
| Method     | URI                       | Name             | Action                                        | Middleware      |
+------------+---------------------------+------------------+-----------------------------------------------+-----------------+
| GET | HEAD | api/albums                | albums.index     | App\Http\Controllers\AlbumController@index    | api.controllers |
| GET | HEAD | api/categories            | categories.index | App\Http\Controllers\CategoryController@index | api.controllers |
| GET | HEAD | api/properties            | properties.index | App\Http\Controllers\PropertyController@index | api.controllers |
| GET | HEAD | api/albums/{album}        | albums.show      | App\Http\Controllers\AlbumController@show     | api.controllers |
| GET | HEAD | api/groups/{group}        | groups.show      | App\Http\Controllers\GroupController@show     | api.controllers |
| GET | HEAD | api/properties/{property} | properties.show  | App\Http\Controllers\PropertyController@show  | api.controllers |
+------------+---------------------------+------------------+-----------------------------------------------+-----------------+
+---------+
| Version |
+---------+
| v2      |
+---------+
+------------+---------+------+---------+-----------------+
| Method     | URI     | Name | Action  | Middleware      |
+------------+---------+------+---------+-----------------+
| GET | HEAD | api/foo |      | Closure | api.controllers |
+------------+---------+------+---------+-----------------+

```

### Version argument

[](#version-argument)

You can also specify your API version: `artisan route:list v2`.

```
+------------+---------+------+---------+-----------------+
| Method     | URI     | Name | Action  | Middleware      |
+------------+---------+------+---------+-----------------+
| GET | HEAD | api/foo |      | Closure | api.controllers |
+------------+---------+------+---------+-----------------+

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~151 days

Recently: every ~226 days

Total

7

Last Release

2740d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/43a36656f78ed6d8d4c9fcec7d2fa49267e6d9817bacaa6642f8996af31ef692?d=identicon)[jakub.kratina](/maintainers/jakub.kratina)

---

Top Contributors

[![jakubkratina](https://avatars.githubusercontent.com/u/712021?v=4)](https://github.com/jakubkratina "jakubkratina (6 commits)")[![nofutur3](https://avatars.githubusercontent.com/u/1681221?v=4)](https://github.com/nofutur3 "nofutur3 (2 commits)")

---

Tags

apilumenlistcommandroutedingo

### Embed Badge

![Health badge](/badges/jakubkratina-lumen-dingo-route-list/health.svg)

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

###  Alternatives

[spatie/laravel-fractal

An easy to use Fractal integration for Laravel applications

1.9k15.1M99](/packages/spatie-laravel-fractal)[nezamy/route

Route - Fast, flexible routing for PHP, enabling you to quickly and easily build RESTful web applications.

21436.6k5](/packages/nezamy-route)[nilportugues/jsonapi-bundle

Symfony 2 &amp; 3 JSON API Transformer Package

11446.0k](/packages/nilportugues-jsonapi-bundle)[nilportugues/laravel5-json-api-dingo

Laravel5 JSONAPI and Dingo together to build APIs fast

311.5k](/packages/nilportugues-laravel5-json-api-dingo)

PHPackages © 2026

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