PHPackages                             biscofil/laravel-route-summary - 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. biscofil/laravel-route-summary

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

biscofil/laravel-route-summary
==============================

Create Laravel route summary

v1.0.5(5y ago)11612mitPHPPHP ^7.0CI failing

Since Nov 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/biscofil/laravel_route_summary)[ Packagist](https://packagist.org/packages/biscofil/laravel-route-summary)[ Docs](https://github.com/biscofil/LaravelRouteSummary)[ RSS](/packages/biscofil-laravel-route-summary/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (6)Versions (7)Used By (0)

Laravel Route Summary
=====================

[](#laravel-route-summary)

[![Latest Version on Packagist](https://camo.githubusercontent.com/65464cab81159e4ac929a03d1862b5e2ff44c188d341f7beb01824fd84d78b09/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626973636f66696c2f6c61726176656c2d726f7574652d73756d6d6172792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/biscofil/laravel-route-summary)

[![Total Downloads](https://camo.githubusercontent.com/6cea32603ccd4c796c4424b467a50adf9f5998c8e3e72806be87c81b85b7d2ff/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626973636f66696c2f6c61726176656c2d726f7574652d73756d6d6172792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/biscofil/laravel-route-summary)

[![MIT Licensed](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Create an HTML graphical summary of all the routes of your Laravel project. The package also checks for the binding type of each method's argument, returning an error if the parameter name specified in the route definition does not match the one in the contoller.

[![Image description](screenshot.png)](screenshot.png)

The routes are exported in both Html/Json files where they are represented in the following format:

```
[
    {
        "uri": "\/",
        "name": "homepage",
        "controller": "App\\Http\\Controllers\\HomeController",
        "controller_method": "index",
        "parameters": [],
        "methods": [
            "GET"
        ],
        "middleware": [
            "web"
        ]
    },
    {
        "uri": "new",
        "name": "new_foo",
        "controller": "App\\Http\\Controllers\\Auth\\RegisterController",
        "controller_method": "index",
        "parameters": [],
        "methods": [
            "GET"
        ],
        "middleware": [
            "web",
            "guest"
        ]
    }
]
```

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

[](#installation)

```
composer require --dev biscofil/laravel-route-summary
```

Usage
-----

[](#usage)

```
php artisan route:summary
```

Credits
-------

[](#credits)

- [Filippo Bisconcin](https://github.com/biscofil)

License
-------

[](#license)

license. Please see the [license file](LICENSE) for more information.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

Recently: every ~43 days

Total

6

Last Release

2083d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/409b1429258d3daea3f934526d88ddd924fe630525c4cfc89c65ddd58316ed58?d=identicon)[biscofil](/maintainers/biscofil)

---

Top Contributors

[![biscofil](https://avatars.githubusercontent.com/u/1677625?v=4)](https://github.com/biscofil "biscofil (43 commits)")

---

Tags

laravellaravel-apilaravel-packagelaravel-routeslaravelroutessummary

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/biscofil-laravel-route-summary/health.svg)

```
[![Health](https://phpackages.com/badges/biscofil-laravel-route-summary/health.svg)](https://phpackages.com/packages/biscofil-laravel-route-summary)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k21.5M601](/packages/laravel-boost)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k29.9M148](/packages/laravel-cashier)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M132](/packages/laravel-pulse)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M201](/packages/laravel-ai)

PHPackages © 2026

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