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

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

hutsoliak/laravel-http-logger
=============================

Laravel http requests logger

1.0.5(2y ago)082MITPHPPHP ^8.0

Since Apr 20Pushed 2y ago1 watchersCompare

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

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

Laravel Http Logger
===================

[](#laravel-http-logger)

Laravel Http Logger is a package that help you to log and see incoming requests to you server and outgoing.

It includes values:

- Request method
- Get/Post request variables
- Response data
- Headers
- Cookies
- Process time (ms)
- Current user id (if exists)
- Datetime of request

This package also logs all outgoing requests you can make with Laravel HTTP Client. It includes the same values as for incoming requests (Request method, Get/Post request variables, ets... )

Instalation guide
-----------------

[](#instalation-guide)

### Install the package via composer

[](#install-the-package-via-composer)

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

```

### Migrations

[](#migrations)

You need to run migration for `logs_http` table

```
php artisan migrate

```

### Add variable to config/services.php config

[](#add-variable-to-configservicesphp-config)

The package enabled by default for local environment `app()->environment('local')`.

The package can be easily enabled/disabled in config.

You can exclude some urls you don't want to log

```
return [
    ...
    'http_logger' => [
        'enabled' => true,
        'ignoreUrls' => [
            '^/admin/.+$', // regexp
            '^/admin/login',
        ],
    ]
];

```

Contributing
------------

[](#contributing)

Thank you for considering contributing to Laravel Http Logger! You can read the contribution guide [here](CONTRIBUTING.md).

License
-------

[](#license)

Laravel Http Logger is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

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

Recently: every ~88 days

Total

6

Last Release

766d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80128de86104a29217401f5c7078e2a22cc022bf36f61d2c801f82e69c352a3c?d=identicon)[romanhutsoliak](/maintainers/romanhutsoliak)

---

Top Contributors

[![romanzapiet](https://avatars.githubusercontent.com/u/138795280?v=4)](https://github.com/romanzapiet "romanzapiet (6 commits)")[![romanhutsoliak](https://avatars.githubusercontent.com/u/98309052?v=4)](https://github.com/romanhutsoliak "romanhutsoliak (4 commits)")

### Embed Badge

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

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

###  Alternatives

[overtrue/laravel-query-logger

A dev tool to log all queries for laravel application.

413307.5k6](/packages/overtrue-laravel-query-logger)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[regulus/activity-log

A clean and simple Laravel 5 activity logger for monitoring user activity on a website or web application.

164220.1k2](/packages/regulus-activity-log)

PHPackages © 2026

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