fruitcake / laravel-performance-monitor
Simple Performance Monitor / Logger
Fund package maintenance!
barryvdh
Installs: 1 648
Dependents: 0
Suggesters: 0
Security: 0
Stars: 33
Watchers: 5
Forks: 1
Open Issues: 0
Requires
- php: >=7.1
- illuminate/support: ^5.8|^6.0|^7.0
- symfony/http-foundation: ^3.3|^4|^5.0
Requires (Dev)
- laravel/framework: ^5.5|^6.0|^7.0
- orchestra/testbench: ^3.5|^4.0|^5.0
- phpro/grumphp: ^0.16|^0.17
- phpunit/phpunit: ^6.0|^7.0|^8.0
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-11-06 23:11:50 UTC
README
About
The laravel-performance-monitor
package allows you to monitor all your requests.
It's slightly similar to Laravel Telescope, but only stores minimal information for ALL your requests.
Features
- Log request paths, duration, response code
- Count queries
- Prune command
Todo
- Dashboard / charts?
- Aggregates?
License
Released under the MIT License, see LICENSE.