PHPackages                             jumptwentyfour/laravel-http-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. jumptwentyfour/laravel-http-logger

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

jumptwentyfour/laravel-http-logger
==================================

A logger middleware for HTTP requests and responses

1.0.3(3y ago)01.3k[1 issues](https://github.com/JumpTwentyFour/laravel-http-logger/issues)MITPHPPHP ^7.2|^8.0

Since May 31Pushed 3y agoCompare

[ Source](https://github.com/JumpTwentyFour/laravel-http-logger)[ Packagist](https://packagist.org/packages/jumptwentyfour/laravel-http-logger)[ RSS](/packages/jumptwentyfour-laravel-http-logger/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (6)Used By (0)

Laravel HTTP Logger
===================

[](#laravel-http-logger)

Installation
============

[](#installation)

You can install the package via composer:

`composer require jumptwentyfour/laravel-http-logger`

Optionally you can publish the config file with:

`php artisan vendor:publish --provider="JumpTwentyFour\LaravelHttpLogger\ServiceProvider" --tag="config" `

Usage
-----

[](#usage)

This packages provides a middleware which can be added as a global middleware or as a single route.

```
// In `app/Http/Kernel.php`

protected $middleware = [
    // ...

    \JumpTwentyFour\LaravelHttpLogger\Middleware\HttpLogger::class
];
```

```
// In a routes file

Route::post(...)->middleware(\JumpTwentyFour\LaravelHttpLogger\Middleware\HttpLogger::class);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

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

Total

4

Last Release

1420d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/5963d17b2d48c0c295410e739c1f28338f6c7104066c3383f3a7ebb84624fc23?d=identicon)[rossjump24](/maintainers/rossjump24)

---

Top Contributors

[![rossjump24](https://avatars.githubusercontent.com/u/104496011?v=4)](https://github.com/rossjump24 "rossjump24 (16 commits)")[![LeeJump24](https://avatars.githubusercontent.com/u/83426233?v=4)](https://github.com/LeeJump24 "LeeJump24 (5 commits)")

---

Tags

laravel-http-loggerjumptwentyfourjump24

### Embed Badge

![Health badge](/badges/jumptwentyfour-laravel-http-logger/health.svg)

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

###  Alternatives

[spatie/laravel-http-logger

A Laravel package to log HTTP requests

6744.4M11](/packages/spatie-laravel-http-logger)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)[label84/laravel-auth-log

Log user authentication actions in Laravel.

3654.0k](/packages/label84-laravel-auth-log)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)

PHPackages © 2026

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