PHPackages                             dedmytro/laravel-metrics - 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. dedmytro/laravel-metrics

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

dedmytro/laravel-metrics
========================

Provides customizable dashboard to see project metrics

v0.1(5y ago)47MITPHPPHP ^7.4

Since Apr 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/DeDmytro/laravel-metrics)[ Packagist](https://packagist.org/packages/dedmytro/laravel-metrics)[ RSS](/packages/dedmytro-laravel-metrics/feed)WikiDiscussions dev Synced yesterday

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

Laravel Metrics
===============

[](#laravel-metrics)

Laravel Metrics provides an ability to display your custom or default metrics widgets. [![img.png](img.png)](img.png)

[![Stable Version](https://camo.githubusercontent.com/466e83046a118084f197f301225796825469fee646d7e5d5a63f23746055f455/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6465646d7974726f2f6c61726176656c2d6d6574726963733f6c6162656c3d737461626c65267374796c653d666c61742d737175617265)](https://packagist.org/packages/dedmytro/laravel-metrics)[![Unstable Version](https://camo.githubusercontent.com/85afbac0745eb275d863cee4b1701a70c0e30315d27990b00f1abd553b8761e8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f756e737461626c652d6465762d2d6d61696e2d6f72616e67653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dedmytro/laravel-metrics)[![Total Downloads](https://camo.githubusercontent.com/cf70241bbf69b8925cd5188eb8060419d3a138468071c2e7326333d10d720258/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6465646d7974726f2f6c61726176656c2d6d6574726963732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dedmytro/laravel-metrics)[![License](https://camo.githubusercontent.com/a158de45b1c147b3cbe3aac8bca2f1466b46122915ae02cb6fb41bb2e2b39cf8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6465646d7974726f2f6c61726176656c2d6d6574726963732e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Table of contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Using](#using)
- [Widgets](#widgets)
- [Roadmap](#roadmap)

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

[](#installation)

To get the latest version of `Laravel Metrics`, simply require the project using [Composer](https://getcomposer.org):

```
$ composer require dedmytro/laravel-metrics
```

Or manually update `require` block of `composer.json` and run `composer update`.

```
{
    "require": {
        "dedmytro/laravel-metrics": "^0.1"
    }
}
```

And run install command publishes config and assets

```
$ php artisan metrics:install
```

Using
-----

[](#using)

Visit `/metrics` to see dashboard with default widgets. To manage visible widgets open `config/metrics.php` and check `widgets` key:

```
    'widgets' => [
        MysqlConnections::class,
        RequestsPerSecond::class,
        UsersOnline::class,
    ],
```

Widgets
-------

[](#widgets)

To create your custom widget use default command. By default you can found generated widgets in \*\* app/Metrics/Widgets/\*\*

```
$ php artisan metrics:widget ActiveUsersCount --type=value
```

There are few types of widgets (--type=):

#### --type=value

[](#--typevalue)

Default type, when no type specified. The simplest widget to display one value.

#### --type=multiple

[](#--typemultiple)

Widget type which can be used to display multiple values with labels within one widget.

Roadmap
-------

[](#roadmap)

- More default widgets
- Live widgets
- Chart widget

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Total

2

Last Release

1849d ago

### Community

Maintainers

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

---

Top Contributors

[![DeDmytro](https://avatars.githubusercontent.com/u/13836815?v=4)](https://github.com/DeDmytro "DeDmytro (9 commits)")

---

Tags

laravellaravel-dashboardlaravel-analyticslaravel-metricslaravel request per secondlaravel users online

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dedmytro-laravel-metrics/health.svg)

```
[![Health](https://phpackages.com/badges/dedmytro-laravel-metrics/health.svg)](https://phpackages.com/packages/dedmytro-laravel-metrics)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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