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)4222MITPHPPHP ~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 yesterday

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

3256d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8242151?v=4)[Krishnakumar](/maintainers/kk-r)[@kk-r](https://github.com/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

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[illuminate/pipeline

The Illuminate Pipeline package.

9348.3M267](/packages/illuminate-pipeline)[illuminate/session

The Illuminate Session package.

9938.5M823](/packages/illuminate-session)[illuminate/pagination

The Illuminate Pagination package.

10533.5M991](/packages/illuminate-pagination)[illuminate/broadcasting

The Illuminate Broadcasting package.

7126.9M203](/packages/illuminate-broadcasting)[illuminate/hashing

The Illuminate Hashing package.

6429.4M184](/packages/illuminate-hashing)

PHPackages © 2026

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