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

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

zipzoft/laravel-http-logger
===========================

Laravel Http logger

1.0.4(4y ago)01.3kMITPHPPHP ^7.4||^8.0

Since Dec 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/zipzoft/laravel-http-logger)[ Packagist](https://packagist.org/packages/zipzoft/laravel-http-logger)[ RSS](/packages/zipzoft-laravel-http-logger/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

Laravel Http Logger
-------------------

[](#laravel-http-logger)

### Installation

[](#installation)

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

```

### Config

[](#config)

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

```

Configuration will be added to config/http-logger.php

### Usage

[](#usage)

Add the middleware as Global or single route

```
// in `app/Http/Kernel.php`
protected $middleware = [
    // ...
    \Zipzoft\HttpLogger\LogRequestMiddleware::class,
];
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Total

5

Last Release

1798d ago

PHP version history (2 changes)1.0.0PHP ^7.4 || ^8.0

1.0.3PHP ^7.4||^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4928451?v=4)[parsilver](/maintainers/parsilver)[@parsilver](https://github.com/parsilver)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M159](/packages/spatie-laravel-health)[illuminate/log

The Illuminate Log package.

6225.3M616](/packages/illuminate-log)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[spatie/laravel-flare

Send Laravel errors to Flare

111.4M7](/packages/spatie-laravel-flare)

PHPackages © 2026

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