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

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

eskju/laravel-http-logger
=========================

A Laravel 5 package to log HTTP requests

1.0.3(6y ago)158MITPHPPHP ^7.1

Since Jan 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/eskju/laravel-http-logger)[ Packagist](https://packagist.org/packages/eskju/laravel-http-logger)[ Docs](https://github.com/eskju/laravel-http-logger)[ RSS](/packages/eskju-laravel-http-logger/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (15)Used By (0)

laravel-http-logger
===================

[](#laravel-http-logger)

Logger for your Laravel routes

This package is based on Thanks for your great work and awesome packages!

Differences:

- Handled as After-Middleware
- Default-Support for Remote-Logging (via .env)
- Added Treshold Option
- File-Logger Fallback
- Provide a JSON with a lot of information
- Logs SQL queries
- Generates unique request IDs

Usage
-----

[](#usage)

```
composer require eskju/laravel-http-logger

```

Publish Config
--------------

[](#publish-config)

```
php artisan vendor:publish --provider="Eskju\HttpLogger\HttpLoggerServiceProvider" --tag="config"

```

Usage
-----

[](#usage-1)

Include the Middleware in your Kernel.php

```
protected $middleware = [
    // ...

    \Eskju\HttpLogger\Middlewares\HttpLogger::class
];

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Recently: every ~45 days

Total

12

Last Release

2463d ago

Major Versions

0.1.7 → 1.0.02019-02-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/40e16c739b4aef00e733efce6c8b99b8374f02856a2abdf83e08c5dfc16f4dd4?d=identicon)[esKju](/maintainers/esKju)

---

Top Contributors

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

---

Tags

laravel-http-loggeresKju

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/eskju-laravel-http-logger/health.svg)](https://phpackages.com/packages/eskju-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)
