PHPackages                             daunoanove/lumen-request-log - 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. daunoanove/lumen-request-log

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

daunoanove/lumen-request-log
============================

1.0.3(5y ago)023MITPHP

Since Mar 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/malvik-lab/lumen-request-log-middleware)[ Packagist](https://packagist.org/packages/daunoanove/lumen-request-log)[ RSS](/packages/daunoanove-lumen-request-log/feed)WikiDiscussions master Synced 1mo ago

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

Lumen Request Log Middleware
============================

[](#lumen-request-log-middleware)

Log every request and response of [Lumen PHP Framework](https://github.com/laravel/lumen).

Installation
------------

[](#installation)

```
$ composer require malvik-lab/lumen-request-log-middleware

```

Registering Middleware
----------------------

[](#registering-middleware)

###### bootstrap/app.php

[](#bootstrapappphp)

```
$app->middleware([
    MalvikLab\LumenRequestLogMiddleware::class,
]);
```

Set REQUEST\_LOG\_CHANNEL
-------------------------

[](#set-request_log_channel)

###### .env

[](#env)

```
REQUEST_LOG_CHANNEL="request-log"

```

Set logging
-----------

[](#set-logging)

###### config/logging.php

[](#configloggingphp)

```
return [
    'channels' => [
        'request-log' => [
            'driver' => 'daily',
            'path' => storage_path('logs/' . php_sapi_name() . '/requests.log'),
            'days' => 30,
        ],
    ],
];
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

4

Last Release

1828d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b05ddd2213c9e2adcdec248828dc26c9290f49df4c3e46d11fcd40baaa651b4a?d=identicon)[malvik-lab](/maintainers/malvik-lab)

---

Top Contributors

[![malvik-lab](https://avatars.githubusercontent.com/u/51824408?v=4)](https://github.com/malvik-lab "malvik-lab (4 commits)")

### Embed Badge

![Health badge](/badges/daunoanove-lumen-request-log/health.svg)

```
[![Health](https://phpackages.com/badges/daunoanove-lumen-request-log/health.svg)](https://phpackages.com/packages/daunoanove-lumen-request-log)
```

###  Alternatives

[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[melihovv/laravel-log-viewer

A Laravel log viewer

1231.5k1](/packages/melihovv-laravel-log-viewer)[hryha/laravel-request-logger

A Laravel package to log requests and responses

102.2k](/packages/hryha-laravel-request-logger)

PHPackages © 2026

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