laravel-tool / benchmark
Laravel tool benchmark
Installs: 8 409
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:laravel-plugin
Requires
- php: ^8.1
- ext-json: *
- laravel/framework: ^9|^10
README
Collecting action execution times in Lumen/Laravel
Installation
Composer
composer require laravel-tool/benchmark
Laravel
Service provider auto discovered
Lumen
Add to bootstrap/app.php
$app->register(LaravelTool\Benchmark\ServiceProvider::class);
Usage
Get list
Benchmark::index();
Clear data
Benchmark::clear();