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

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

sayeed/lumen-route-list
=======================

List all registered routes

41.0k2PHP

Since Nov 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jbhasan/Lumen-Route-List-v8)[ Packagist](https://packagist.org/packages/sayeed/lumen-route-list)[ RSS](/packages/sayeed-lumen-route-list/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#lumen-route-list)

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

#### This package inspired from [thedevsaddam/lumen-route-list](https://github.com/thedevsaddam/lumen-route-list)

[](#this-package-inspired-from-thedevsaddamlumen-route-list)

---

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

[](#installation)

Via Composer

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

Open bootstrap/app.php and add the line below

```
$app->register(Sayeed\LumenRouteList\LumenRouteListProvider::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](screenshort/screenshot.png)](screenshort/screenshot.png)

### **License**

[](#license)

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

Credits
-------

[](#credits)

- [Md. Hasan Sayeed](https://github.com/jbhasan)

For any questions, you can reach out to the author of this package, Md. Hasan Sayeed.

Thank you for using it :)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ef216b5d931db98e01ed56ef179585d4ce5126ccc6a0f1b14ff9531315a9021?d=identicon)[nilpahar](/maintainers/nilpahar)

---

Top Contributors

[![jbhasan](https://avatars.githubusercontent.com/u/20739060?v=4)](https://github.com/jbhasan "jbhasan (1 commits)")

### Embed Badge

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

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

###  Alternatives

[greenter/greenter

Facturacion Electrónica SUNAT en Perú

31530.2k1](/packages/greenter-greenter)[opanegro/nova-custom-controller

Make custom controller in Laravel Nova

144.4k](/packages/opanegro-nova-custom-controller)

PHPackages © 2026

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