PHPackages                             flynn314/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. flynn314/request-logger

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

flynn314/request-logger
=======================

Request logger

1.1.2(1y ago)0204MITPHPPHP ^7.4|^8.1|^8.2

Since May 15Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (5)Used By (0)

Experimental library
--------------------

[](#experimental-library)

1. Publish migration

```
php artisan migrate
```

2. Add necessary records to middlewareAliases in Kernel.

```
'api.log.request' => LogRequest::class,
'api.log.response' => LogResponse::class,
```

3. Usage something like this:

```
Route::middleware(['api.log.request'])->group(function () {
    Route::get('path/to/your/action', [SomeControllerController::class, 'action'])->middleware('api.log.response');
});
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

4

Last Release

656d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cf9b1efdd48abb020651e3fc4af2353fdba0ecb3d01ba85b73781da29f24725?d=identicon)[Flynn314](/maintainers/Flynn314)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[overtrue/laravel-query-logger

A dev tool to log all queries for laravel application.

413307.5k6](/packages/overtrue-laravel-query-logger)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[regulus/activity-log

A clean and simple Laravel 5 activity logger for monitoring user activity on a website or web application.

164220.1k2](/packages/regulus-activity-log)

PHPackages © 2026

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