PHPackages                             adoolaard/lumen-routes-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. adoolaard/lumen-routes-list

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

adoolaard/lumen-routes-list
===========================

Final Lumen update - Display the route list of Lumen

v1.0.30(2y ago)0215MITPHPPHP &gt;=5.5.9|^7.0|^8.0|^8.1

Since Dec 21Pushed 2y agoCompare

[ Source](https://github.com/adoolaard/lumen-route-list)[ Packagist](https://packagist.org/packages/adoolaard/lumen-routes-list)[ RSS](/packages/adoolaard-lumen-routes-list/feed)WikiDiscussions 1.0 Synced yesterday

READMEChangelogDependencies (1)Versions (8)Used By (0)

Lumen Route List Display
========================

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

A convenient package for displaying all registered routes in a Lumen application. This tool provides a clear and concise table of routes directly in the console, making it easier to manage and review your application's routing.

About
-----

[](#about)

This package is a fork of `appzcoder/lumen-routes-list`, with additional functionality to enhance the route listing capabilities. All original credits for the base functionality go to `appzcoder`.

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

[](#installation)

To integrate this package into your Lumen application, follow these steps:

1. Install the package via Composer:

    ```
    composer require adoolaard/lumen-routes-list

    ```
2. Register the service provider in your Lumen application by adding the following line to your bootstrap/app.php file:

    ```
    $app->register(adoolaard\LumenRoutesList\RoutesCommandServiceProvider::class);
    ```
3. Refresh Composer's autoload files:

    ```
    composer dump-autoload

    ```

Usage
-----

[](#usage)

With the package installed, you can now use the php artisan route:list command to display all registered routes in your application.

### Available commands

[](#available-commands)

Display all routes:

```
php artisan route:list

```

Filter the output by specifying the columns you want to include:

```
php artisan route:list --columns=Verb --columns=Path --columns=NamedRoute

```

Show a more compact view with essential columns:

```
php artisan route:list --compact

```

Display only routes that match a specific HTTP method (e.g., GET, POST):

```
php artisan route:list --method=GET

```

\*These options can be used individually or combined to customize the output to your specific needs.

Contributing
------------

[](#contributing)

Contributions to this package are welcome! Feel free to fork the repository, make your improvements, and submit a pull request.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.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 ~0 days

Total

8

Last Release

926d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/33aee4e0b75574f0ce0ec249b52d9d146b24e99ad19e99247a1f256668a13e64?d=identicon)[adoolaard](/maintainers/adoolaard)

---

Top Contributors

[![sohelamin](https://avatars.githubusercontent.com/u/1708683?v=4)](https://github.com/sohelamin "sohelamin (23 commits)")[![adoolaard](https://avatars.githubusercontent.com/u/75690975?v=4)](https://github.com/adoolaard "adoolaard (12 commits)")[![sakuemon](https://avatars.githubusercontent.com/u/1384081?v=4)](https://github.com/sakuemon "sakuemon (4 commits)")[![skorp](https://avatars.githubusercontent.com/u/60728?v=4)](https://github.com/skorp "skorp (1 commits)")[![Saad-Amjad](https://avatars.githubusercontent.com/u/22954041?v=4)](https://github.com/Saad-Amjad "Saad-Amjad (1 commits)")[![aozora0000](https://avatars.githubusercontent.com/u/4034952?v=4)](https://github.com/aozora0000 "aozora0000 (1 commits)")[![david-fairbanks42](https://avatars.githubusercontent.com/u/2654281?v=4)](https://github.com/david-fairbanks42 "david-fairbanks42 (1 commits)")

---

Tags

lumenroute list

### Embed Badge

![Health badge](/badges/adoolaard-lumen-routes-list/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[appzcoder/lumen-routes-list

Display the route list of Lumen

119735.8k1](/packages/appzcoder-lumen-routes-list)

PHPackages © 2026

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