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

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

thedevsaddam/lumen-route-list
=============================

Display all the registered route list like laravel

2.0(8y ago)36247.9k↓15.2%5MITPHP

Since Dec 8Pushed 8y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (6)Used By (0)

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

[](#lumen-route-list)

This package will help to display all the registered route list like laravel.

#### This package is no longer maintained :( use this package [appzcoder/lumen-route-list](https://github.com/appzcoder/lumen-route-list)

[](#this-package-is-no-longer-maintained--use-this-package-appzcoderlumen-route-list)

---

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

[](#installation)

Via Composer

```
$ composer require thedevsaddam/lumen-route-list
```

Install manually (add the line to composer.json file)

```
"thedevsaddam/lumen-route-list": "^1.0"
```

Then open your terminal and hit the command

```
composer update
```

Open bootstrap/app.php and add the line below

```
$app->register(\Thedevsaddam\LumenRouteList\LumenRouteListServiceProvider::class);
```

---

### **Uses**

[](#uses)

1. Run `php artisan route:list` to display the route list
2. Inorder to filter routes use `php artisan route:list --method=searchKeyword --uri=searchKeyword`
3. To display in reverse order use `--reverse` or `-r`

Filtering example given below:

```
php artisan route:list --method=post
#The above example will filter all the routes with post method#
or
php artisan route:list --name=users
#The above example will filter all the routes which name contains *user* keyword#
or
php artisan route:list --name=users --method=get --uri=api/v1
#This above example will filter all the routes where name matches users, method matches get and uri matches api/v1
or to display in reverse order use
php artisan route:list --name=users -r
```

[![route list like laravel](https://raw.githubusercontent.com/thedevsaddam/lumen-route-list/master/screenshots/route-list.png)](https://raw.githubusercontent.com/thedevsaddam/lumen-route-list/master/screenshots/route-list.png)

### **License**

[](#license)

The **lumen-route-list** is a open-source software licensed under the [MIT License](LICENSE.md).

*Thank you :)*

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity45

Moderate usage in the ecosystem

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~72 days

Total

5

Last Release

3159d ago

Major Versions

1.3 → 2.02017-09-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c67f331d60f476035896c0e3ad603b3aa1f6b3fc4520146f1b6dbb949f3411c?d=identicon)[thedevsaddam](/maintainers/thedevsaddam)

---

Top Contributors

[![thedevsaddam](https://avatars.githubusercontent.com/u/9676798?v=4)](https://github.com/thedevsaddam "thedevsaddam (12 commits)")

---

Tags

lumenlumen-routelumen-route-listroute-listrouteslumenroute listthedevsaddamlumen-route-listlumen routes list

### Embed Badge

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

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

###  Alternatives

[tightenco/ziggy

Use your Laravel named routes in JavaScript.

4.3k41.6M267](/packages/tightenco-ziggy)[artesaos/seotools

SEO Tools for Laravel and Lumen

3.3k5.1M60](/packages/artesaos-seotools)[lord/laroute

Access Laravels URL/Route helper functions, from JavaScript.

8022.0M8](/packages/lord-laroute)[appzcoder/lumen-routes-list

Display the route list of Lumen

117727.4k1](/packages/appzcoder-lumen-routes-list)[butschster/meta-tags

The most powerful and extendable tools for managing SEO Meta Tags in your Laravel project

628730.7k2](/packages/butschster-meta-tags)[florianv/laravel-swap

Currency exchange rates library for Laravel and Lumen

3342.0M2](/packages/florianv-laravel-swap)

PHPackages © 2026

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