Download the PHP package kk-r/laravel-request-analyzer without Composer
On this page you can find all versions of the php package kk-r/laravel-request-analyzer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kk-r/laravel-request-analyzer
More information about kk-r/laravel-request-analyzer
Files in kk-r/laravel-request-analyzer
Download kk-r/laravel-request-analyzer
More information about kk-r/laravel-request-analyzer
Files in kk-r/laravel-request-analyzer
Vendor kk-r
Package laravel-request-analyzer
Short Description Laravel package to analyze request from middleware
License MIT
Homepage https://github.com/kk-r/laravel-request-analyzer
Package laravel-request-analyzer
Short Description Laravel package to analyze request from middleware
License MIT
Homepage https://github.com/kk-r/laravel-request-analyzer
Keywords krishna126laravel-request-analyzer
Please rate this library. Is it a good library?
Informations about the package laravel-request-analyzer
Laravel request analyzer
Laravel package for analyze request with timing, slow query and duplicate queries. Lot of things in bucket list. Feel free to contribute.
Installation
Configuration
Add the provider to your config/app.php:
// You have add middleware for analyze requests individually
Add inside app\Http\Kernal.php in Top mention
For individual route add inside $routeMiddleware and don't forget to add middleware in Route.
OR for group level routes add inside middleware Groups
OR for all routes add middleware globally
License
This package is open-sourced software licensed under the MIT license
All versions of laravel-request-analyzer with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.6|~7.0
illuminate/contracts Version ^5.4
illuminate/support Version ^5.4
illuminate/log Version ^5.4
illuminate/contracts Version ^5.4
illuminate/support Version ^5.4
illuminate/log Version ^5.4
The package kk-r/laravel-request-analyzer contains the following files
Loading the files please wait ....