PHPackages                             invertedx/route-traffic - 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. invertedx/route-traffic

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

invertedx/route-traffic
=======================

Laravel Route Listing plugin.helper package to display all the routes in the app

0.3(9y ago)01.3kMITPHP

Since Dec 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/InvertedX/routetraffic-laravel-route-lising)[ Packagist](https://packagist.org/packages/invertedx/route-traffic)[ RSS](/packages/invertedx-route-traffic/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Laravel Route Traffic
---------------------

[](#laravel-route-traffic)

Laravel Route Listing plugin. simple way to view all the routes. when it comes to laravel we have artisan to help to list all the routes.but our application is large and has 100s of routes this option is really a bad idea. so using this package as dev dependancy we can view all the routes on our browser by visiting `yourapp.dev/traffic`. [![alt text](https://cloud.githubusercontent.com/assets/6897265/23247996/213dec78-f9c3-11e6-9561-51f27532072d.png "Route traffic screenshot")](https://cloud.githubusercontent.com/assets/6897265/23247996/213dec78-f9c3-11e6-9561-51f27532072d.png)

Install steps
-------------

[](#install-steps)

#### Setp 1 - adding package as composer dependency

[](#setp-1---adding-package-as-composer-dependency)

add packge as composer dependency `composer require invertedx/route-traffic`

#### setp 2 - configuring service provider

[](#setp-2---configuring-service-provider)

add service to providers array in config/app.php

```
invertedx\routetraffic\RouteTrafficServiceProvider::class,
```

### step 2 - publishing assets

[](#step-2---publishing-assets)

routetraffic require css and js assets to be in public path

```
php artisan vendor:publish

```

### final

[](#final)

visit `yourapp.dev/traffic` to view all your routes

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

3

Last Release

3460d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1702230?v=4)[sarathkumar](/maintainers/sarathkumar)[@sarathkumar](https://github.com/sarathkumar)

---

Top Contributors

[![InvertedX](https://avatars.githubusercontent.com/u/6897265?v=4)](https://github.com/InvertedX "InvertedX (7 commits)")

---

Tags

composer-dependencylaravellaravel-5-packagelaravel-packagelistingroutes

### Embed Badge

![Health badge](/badges/invertedx-route-traffic/health.svg)

```
[![Health](https://phpackages.com/badges/invertedx-route-traffic/health.svg)](https://phpackages.com/packages/invertedx-route-traffic)
```

###  Alternatives

[boomcms/boom-core

Core classes for BoomCMS

203.0k6](/packages/boomcms-boom-core)

PHPackages © 2026

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