PHPackages                             kk-r/laravel-request-analyzer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kk-r/laravel-request-analyzer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kk-r/laravel-request-analyzer
=============================

Laravel package to analyze request from middleware

v0.0.3(8y ago)3222MITPHPPHP ~5.6|~7.0

Since Jul 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kk-r/laravel-request-analyzer)[ Packagist](https://packagist.org/packages/kk-r/laravel-request-analyzer)[ Docs](https://github.com/kk-r/laravel-request-analyzer)[ RSS](/packages/kk-r-laravel-request-analyzer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (5)Versions (5)Used By (0)

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
------------

[](#installation)

```
composer require kk-r/laravel-request-analyzer

```

Configuration
-------------

[](#configuration)

Add the provider to your config/app.php:

```
// in your config/app.php add the provider to the service providers key

'providers' => [
    kkr\laravelRequestAnalyze\Providers\RequestAnalyzeServiceProvider::class,
]
```

// You have add middleware for analyze requests individually ####Add inside app\\Http\\Kernal.php in Top mention

```
use kkr\laravelRequestAnalyze\Middleware\RequestAnalyze as RequestAnalyzer;
```

\####For individual route add inside $routeMiddleware and don't forget to add middleware in Route.

```
protected $routeMiddleware => [
    .....
    'RequestAnalyzer' => RequestAnalyzer::class,
]
```

\####OR for group level routes add inside middleware Groups

```
protected $middlewareGroups => [
    .....
    RequestAnalyzer::class,
]
```

\####OR for all routes add middleware globally

```
protected $middleware => [
    .....
    RequestAnalyzer::class,
]
```

### License

[](#license)

This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

3208d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b628b0f53317a2a7ed5526df941680ecef0bea9a8b6d19ad0c694c2d47c4392?d=identicon)[kk-r](/maintainers/kk-r)

---

Top Contributors

[![kk-r](https://avatars.githubusercontent.com/u/8242151?v=4)](https://github.com/kk-r "kk-r (15 commits)")

---

Tags

composerlaravellaravel-requestpackagephpkrishna126laravel-request-analyzer

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/kk-r-laravel-request-analyzer/health.svg)

```
[![Health](https://phpackages.com/badges/kk-r-laravel-request-analyzer/health.svg)](https://phpackages.com/packages/kk-r-laravel-request-analyzer)
```

###  Alternatives

[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[illuminate/broadcasting

The Illuminate Broadcasting package.

7126.5M178](/packages/illuminate-broadcasting)[illuminate/redis

The Illuminate Redis package.

8314.0M314](/packages/illuminate-redis)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
