PHPackages                             michelmelo/laravel-request-logging - 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. michelmelo/laravel-request-logging

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

michelmelo/laravel-request-logging
==================================

Write all incoming requests and there responses

1.0.3(2y ago)019MITPHP

Since Nov 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/michelmelo/laravel-request-logging)[ Packagist](https://packagist.org/packages/michelmelo/laravel-request-logging)[ Docs](https://github.com/michelmelo/laravel-request-logging)[ RSS](/packages/michelmelo-laravel-request-logging/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (9)Versions (4)Used By (0)

Request logging
===============

[](#request-logging)

[![Screenshot of a comment on a GitHub issue showing an image, added in the Markdown, of an Octocat smiling and raising a tentacle.](banner.png)](banner.png)

This Laravel package contains middleware to log requests and there responses including all parameters.

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

[](#installation)

You can install using [composer](https://getcomposer.org/)

```
composer require michelmelo/laravel-request-logging

```

Next step is to add the middleware in your app/Http/Kernel.php file.

Add the request logging to all routes:

```
protected $middleware = [
    ...
    \MichelMelo\RequestLogging\LogRequest::class,
    ...
];

```

Or you only for specific route(group)s.

```
protected $routeMiddleware = [
    ...
    'logRequest' => \MichelMelo\RequestLogging\LogRequest::class,
    ...
];

```

Finally, although optionally, you can publish the configuration file:

```
php artisan vendor:publish --provider="MichelMelo\RequestLogging\RequestLoggingServiceProvider"

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Total

3

Last Release

906d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d756073dec37ac9abd3c7edd0cf00b94f2d2de0055531eba5472392b1fd4da2?d=identicon)[michelmelo](/maintainers/michelmelo)

---

Top Contributors

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

---

Tags

laravellaravel-frameworklogloggerloggingpackagerequestrequestsrequestlaravellogging

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/michelmelo-laravel-request-logging/health.svg)

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

###  Alternatives

[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)[marchie/ms-application-insights-laravel

Microsoft Azure Application Insights for Laravel 5

134.0k](/packages/marchie-ms-application-insights-laravel)

PHPackages © 2026

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