PHPackages                             transistorized-cmd/filament-route-statistics - 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. transistorized-cmd/filament-route-statistics

ActiveLibrary

transistorized-cmd/filament-route-statistics
============================================

This is my filament package for bilfeldt/laravel-route-statistics

v0.1.1(6mo ago)0116MITPHPPHP ^8.2|^8.3

Since Sep 20Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/transistorized-cmd/filament-route-statistics)[ Packagist](https://packagist.org/packages/transistorized-cmd/filament-route-statistics)[ Docs](https://github.com/transistorized-cmd/filament-route-statistics)[ RSS](/packages/transistorized-cmd-filament-route-statistics/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (15)Versions (3)Used By (0)

Route Statistics
================

[](#route-statistics)

### A Filament interface for bilfeldt/laravel-route-statistics

[](#a-filament-interface-for-bilfeldtlaravel-route-statistics)

[![transistorized-cmd/filament-route-statistics](arts/banner.png)](arts/banner.png)

[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE.md)

This package provides a Filament interface that displays the route statistics generated by the [bilfeldt/laravel-route-statistics package](https://github.com/bilfeldt/laravel-route-statistics).

Requirements
------------

[](#requirements)

- Laravel v10, v11, or v12
- Filament v3
- PHP 8.2 or 8.3
- bilfeldt/laravel-route-statistics v3

Languages Supported
-------------------

[](#languages-supported)

The RouteStatistics plugin is translated for:

- 🇺🇸 English
- 🇲🇽 Spanish (mx)

[![transistorized-cmd/filament-route-statistics](arts/screenshot.png)](arts/screenshot.png)

[![transistorized-cmd/filament-route-statistics](arts/screenshot_filters.png)](arts/screenshot_filters.png)

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

[](#installation)

You can install the package via Composer:

```
composer require transistorized-cmd/filament-route-statistics
```

Activate the plugin in your panel:

```
use Transistorizedcmd\RouteStatistics\RouteStatisticsPlugin;

public function panel(Panel $panel): Panel
    {
        return $panel
            ->plugins([
                RouteStatisticsPlugin::make()
            ]);
    }
```

You can publish the config file (recommended)

```
php artisan vendor:publish --tag="filament-route-statistics-config"
```

To publish translations

```
php artisan vendor:publish --tag="filament-route-statistics-translations"
```

Configuration
-------------

[](#configuration)

Below are the contents of the published config file:

```
return [
    'resources' => [
        'navigation_group' => 'System',
        'navigation_icon' => 'heroicon-o-chart-bar-square',
        'navigation_sort' => 190,
        'default_sort_column' => 'id',
        'default_sort_direction' => 'desc',
        'navigation_count_badge' => false,
        'resource' => \Transistorizedcmd\RouteStatistics\Resources\RouteStatisticsResource::class
    ],
    'datetime_format' => 'd/m/Y H:i:s',
    'username' => 'name'
];
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance66

Regular maintenance activity

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Total

2

Last Release

197d ago

PHP version history (2 changes)v0.1.0PHP ^8.2

v0.1.1PHP ^8.2|^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/20888898fd8c3bf93df2e23aebc25cd646e43bcf0612c9c527e1f857fbdc67dc?d=identicon)[transistorized-cmd](/maintainers/transistorized-cmd)

---

Top Contributors

[![transistorized-cmd](https://avatars.githubusercontent.com/u/180107401?v=4)](https://github.com/transistorized-cmd "transistorized-cmd (5 commits)")

---

Tags

laraveltransistorized-cmdfilament-route-statisticslaravel-route-statistics

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/transistorized-cmd-filament-route-statistics/health.svg)

```
[![Health](https://phpackages.com/badges/transistorized-cmd-filament-route-statistics/health.svg)](https://phpackages.com/packages/transistorized-cmd-filament-route-statistics)
```

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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