PHPackages                             quetzal-studio/request-logger - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. quetzal-studio/request-logger

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

quetzal-studio/request-logger
=============================

Request logger for laravel

v0.0.13(8mo ago)0258MITPHPPHP ^7.4|^8.0

Since Sep 4Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/kangata/request-logger)[ Packagist](https://packagist.org/packages/quetzal-studio/request-logger)[ RSS](/packages/quetzal-studio-request-logger/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (14)Used By (0)

### Install package

[](#install-package)

`composer require quetzal-studio/request-logger`

### Publish config file

[](#publish-config-file)

`php artisan vendor:publish --tag=request-logger-config`

### Using middleware

[](#using-middleware)

#### Laravel 9 (and older)

[](#laravel-9-and-older)

```
protected $routeMiddleware = [
    // ...
    'request.logger' => \QuetzalStudio\RequestLogger\Http\Middleware\RequestLogger::class,
];

```

#### Laravel 10

[](#laravel-10)

```
protected $middlewareAliases = [
    // ...
    'request.logger' => \QuetzalStudio\RequestLogger\Http\Middleware\RequestLogger::class,
];

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance61

Regular maintenance activity

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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 ~62 days

Recently: every ~132 days

Total

13

Last Release

244d ago

PHP version history (2 changes)v0.0.1PHP ^8.0

v0.0.3PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ebd2172197cb09856d4fc78f1791a59884b7c844e066e641a790c269f31fc720?d=identicon)[kangata](/maintainers/kangata)

---

Top Contributors

[![kangata](https://avatars.githubusercontent.com/u/12477588?v=4)](https://github.com/kangata "kangata (17 commits)")

### Embed Badge

![Health badge](/badges/quetzal-studio-request-logger/health.svg)

```
[![Health](https://phpackages.com/badges/quetzal-studio-request-logger/health.svg)](https://phpackages.com/packages/quetzal-studio-request-logger)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[ekino/newrelic-bundle

Integrate New Relic into Symfony2

28111.2M8](/packages/ekino-newrelic-bundle)

PHPackages © 2026

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