PHPackages                             alfred-nutile-inc/route-tracking - 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. alfred-nutile-inc/route-tracking

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

alfred-nutile-inc/route-tracking
================================

Route Tracking

45.8k↓89.6%PHP

Since Dec 17Pushed 10y ago16 watchersCompare

[ Source](https://github.com/alfred-nutile-inc/route-tracking)[ Packagist](https://packagist.org/packages/alfred-nutile-inc/route-tracking)[ RSS](/packages/alfred-nutile-inc-route-tracking/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Way To Track Route Usage
===============================

[](#simple-way-to-track-route-usage)

[![report](https://camo.githubusercontent.com/09b7773e701a3c7769a503160384c0cb5acc7e528065cb475cce4ecfcdc3fd02/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f732f6b683034326937366a366f613677392f726f7574655f636f756e7465642e706e673f646c3d30)](https://camo.githubusercontent.com/09b7773e701a3c7769a503160384c0cb5acc7e528065cb475cce4ecfcdc3fd02/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f732f6b683034326937366a366f613677392f726f7574655f636f756e7465642e706e673f646c3d30)

See  for more info.

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

[](#installation)

Run `composer require alfred-nutile-inc/route-tracking`

Setup the Provider `config/app.php`

```
    'providers' => [
      AlfredNutileInc\RouteTracking\RouteTrackingProvider::class,

```

Setup the Middleware adding this to your app/Http/Kernel.php

```
    protected $middleware = [
        \Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode::class,
        \App\Http\Middleware\EncryptCookies::class,
        \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
        \Illuminate\Session\Middleware\StartSession::class,
        \AlfredNutileInc\RouteTracking\RouteUsageTracker::class,
    ];

```

Make sure to run Migrations

```
php artisan vendor:publish

php artisan migrate

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/da51f2fb140a4e118e94dd59ff819c11dd9a656b9c0ff8b2074c5fd2c07978ee?d=identicon)[alnutile](/maintainers/alnutile)

---

Top Contributors

[![alnutile](https://avatars.githubusercontent.com/u/365385?v=4)](https://github.com/alnutile "alnutile (6 commits)")

### Embed Badge

![Health badge](/badges/alfred-nutile-inc-route-tracking/health.svg)

```
[![Health](https://phpackages.com/badges/alfred-nutile-inc-route-tracking/health.svg)](https://phpackages.com/packages/alfred-nutile-inc-route-tracking)
```

###  Alternatives

[cebe/indent

A small tool to convert text file indentation.

17756.9k27](/packages/cebe-indent)[imanghafoori/laravel-middlewarize

Use laravel middlewares on any method calls in your app

1124.5k1](/packages/imanghafoori-laravel-middlewarize)

PHPackages © 2026

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