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

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

imi/laravel-request-logger
==========================

Log requests to database for Laravel 5 Projects

4.1.0(8mo ago)57.0k↓50%3[4 issues](https://github.com/iMi-digital/laravel-request-logger/issues)GPL-2.0-or-laterPHP

Since Sep 25Pushed 8mo ago8 watchersCompare

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

READMEChangelog (7)Dependencies (1)Versions (11)Used By (0)

Logs Requests for Laravel Projects
==================================

[](#logs-requests-for-laravel-projects)

This module logs requests for following data to a database table.

- method
- path
- ip
- session
- get
- post
- cookies
- agent

It is possible to exclude certain private fields through configuration (contributed by [@AgelxNash](https://github.com/AgelxNash)). **By default, all session cookies and xsrf tokens are excluded from being logged.**

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

[](#installation)

1. Install `imi/laravel-request-logger` via composer with this command: `composer require imi/laravel-request-logger -W`
2. Optional - if your Laravel version does not yet support autodiscovery: Insert `iMi\LaravelRequestLogger\RequestLoggerServiceProvider::class` into providers in your config/app.php
3. Use the middleware 'request-logger' =&gt; 'iMi\\LaravelRequestLogger\\LogRequest::class' for routes/route groups. If you want to log all requests insert `iMi\LaravelRequestLogger\LogRequest::class` into middleware in your app/Http/Kernel.php, but not in routeMiddleware.
4. Call `php artisan migrate`

Similar Modules
---------------

[](#similar-modules)

-

About Us
========

[](#about-us)

[iMi digital GmbH](http://www.imi.de/) offers Laravel related open source modules. If you are confronted with any bugs, you may want to open an issue here.

In need of support or an implementation of a modul in an existing system, [free to contact us](mailto:digital@iMi.de). In this case, we will provide full service support for a fee.

Of course we provide development of closed-source modules as well.

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance48

Moderate activity, may be stable

Popularity28

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 58.1% 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 ~403 days

Recently: every ~545 days

Total

10

Last Release

248d ago

Major Versions

1.0.0 → 2.0.02017-03-01

2.2.0 → 3.0.02019-09-16

3.0.0 → 4.0.02020-05-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e83b21f6b852a0a527372174187cc61c74cbbfbdb34df74816ef77736224fff?d=identicon)[imi](/maintainers/imi)

---

Top Contributors

[![amenk](https://avatars.githubusercontent.com/u/1087128?v=4)](https://github.com/amenk "amenk (18 commits)")[![mhammerschmidt](https://avatars.githubusercontent.com/u/12427562?v=4)](https://github.com/mhammerschmidt "mhammerschmidt (7 commits)")[![AgelxNash](https://avatars.githubusercontent.com/u/1748872?v=4)](https://github.com/AgelxNash "AgelxNash (4 commits)")[![MRizki28](https://avatars.githubusercontent.com/u/104330887?v=4)](https://github.com/MRizki28 "MRizki28 (1 commits)")[![olivernybroe](https://avatars.githubusercontent.com/u/5870441?v=4)](https://github.com/olivernybroe "olivernybroe (1 commits)")

---

Tags

hacktoberfest

### Embed Badge

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

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

###  Alternatives

[pragmarx/tracker

A Laravel Visitor Tracker

2.9k300.0k1](/packages/pragmarx-tracker)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)[bacula-web/bacula-web

The open source web based reporting and monitoring tool for Bacula

1537.5k](/packages/bacula-web-bacula-web)

PHPackages © 2026

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