LaravelPackages.net
Acme Inc.
Toggle sidebar
usmonaliyev/laravel-metrics

3
2
v1.1.0
About usmonaliyev/laravel-metrics

usmonaliyev/laravel-metrics is a Laravel package. It currently has 2 GitHub stars and 3 downloads on Packagist (latest version v1.1.0). Install it with composer require usmonaliyev/laravel-metrics. Discover more Laravel packages by usmonaliyev or browse all Laravel packages to compare alternatives.

Last updated

laravel-metrics

Latest Version on Packagist Total Downloads Packagist License

This composer package that provides a simple and efficient way to measure and analyze the execution time and speed of database queries in your Laravel application.

It works seamlessly with Redis as the underlying database to store and retrieve query metrics.

Installation

You can install the package via Composer:

composer require usmonaliyev/laravel-metrics

Requirements

Configuration

After installing the package, you'll need to publish the configuration file.

php artisan vendor:publish --provider="Usmonaliyev\LaravelMetrics\LaravelMetricServiceProvider" --tag="config"

This will create a metric.php file in your config directory. Open this file and customize the configuration options as needed.

Contributing

If you discover any issues or want to contribute, feel free to create an issue or submit a pull request. Your contributions are always welcome!

License

The Laravel Metrics package is open-sourced software licensed under the MIT license.

Communication

Gmail account Telegram account

Star History Chart