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

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

mamitech/laravel-http-logger
============================

Mamitech Laravel HTTP Logger

v4.0(9mo ago)017.1k↓20%1MITPHPPHP ^8.2

Since Jun 13Pushed 9mo ago4 watchersCompare

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

READMEChangelog (5)Dependencies (3)Versions (9)Used By (0)

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

[](#laravel-http-logger)

Log all your HTTP request to ECS (Elastic Common Sheme) compliance format data into your selected logging channel.

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

[](#installation)

Add `mamitech/laravel-http-logger` to composer.json

Register the service provider in `providers` array in `config/app.php`

```
'providers' => [
    // ...
    Mamitech\LaravelHTTPLogger::class,
    // ...
],
```

Publish the config

```
todo

```

Set logging channel in config to where you want the HTTP log being sent to.

```
todo

```

Usage
-----

[](#usage)

Once you add the service provider and middleware to your Laravel application, all HTTP request should be logged to logging channel of your choice.

Test
----

[](#test)

Run

```
./vendor/bin/phpunit
```

Credits
-------

[](#credits)

- [Mamitech](https://github.com/mamitech)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance58

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~160 days

Total

7

Last Release

274d ago

Major Versions

v0.8 → v1.02023-09-18

v1.0 → v2.02023-11-16

v2.1 → v3.02024-10-22

v3.1 → v4.02025-08-18

PHP version history (3 changes)v0.8PHP ^7.3|^8.0

v2.0PHP ^8.0

v3.0PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![vynhart](https://avatars.githubusercontent.com/u/3351656?v=4)](https://github.com/vynhart "vynhart (5 commits)")[![tofasuriawan24](https://avatars.githubusercontent.com/u/136300993?v=4)](https://github.com/tofasuriawan24 "tofasuriawan24 (4 commits)")[![ahrezaldy](https://avatars.githubusercontent.com/u/3489183?v=4)](https://github.com/ahrezaldy "ahrezaldy (2 commits)")[![edchkm](https://avatars.githubusercontent.com/u/23701945?v=4)](https://github.com/edchkm "edchkm (1 commits)")

---

Tags

laravel-http-loggermamitech

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

86910.0M83](/packages/spatie-laravel-health)[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)[kssadi/log-tracker

A powerful, intuitive, and efficient log viewer for Laravel applications.

264.8k](/packages/kssadi-log-tracker)

PHPackages © 2026

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