Laravel Packages

Laravel Easy Metrics

Published
Laravel Easy Metrics image

Laravel Easy Metrics is a package to generate metrics, designed to work with Laravel, Filament, and more. It can help you quickly make metrics like monthly trends, yearly trends, etc. and supports various query types such as min, max, sum, average, and count.

use SaKanjo\EasyMetrics\Metrics\Trend;
use App\Models\User;
 
[$labels, $data] = Trend::make(User::class)->countByMonths();

You can use this to easily create Filament v3 widgets (example) to quickly display custom metrics on your application's user dashboards. Out of the box, it supports the following metric types:

  • Bar metric
  • Doughnut metric
  • Line metric
  • Pie metric
  • Polar metric
  • Trend metric
  • Value metric

You can learn more about this package, get full installation instructions, and view the source code on GitHub.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
PayZephyr: One Payment API for Stripe, Paystack, and PayPal image

PayZephyr: One Payment API for Stripe, Paystack, and PayPal

Read article
Bifrost Turns One With AI Builds and New Workflows image

Bifrost Turns One With AI Builds and New Workflows

Read article
Preview Blade Templates in macOS Finder with Quick Blade image

Preview Blade Templates in macOS Finder with Quick Blade

Read article
Artisan Debugging Commands in Laravel Telescope 5.24.0 image

Artisan Debugging Commands in Laravel Telescope 5.24.0

Read article
Queue totalSize() and JobInterrupted Event in Laravel 13.31 image

Queue totalSize() and JobInterrupted Event in Laravel 13.31

Read article
Find Unexpected Test Inputs with Fuzz for Pest image

Find Unexpected Test Inputs with Fuzz for Pest

Read article