PHPackages                             dragon-code/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. [HTTP &amp; Networking](/categories/http)
4. /
5. dragon-code/laravel-http-logger

ActiveLibrary[HTTP &amp; Networking](/categories/http)

dragon-code/laravel-http-logger
===============================

Logging incoming HTTP requests

1.6.0(2mo ago)319.8k23MITPHPPHP ^8.0CI passing

Since Mar 20Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/TheDragonCode/laravel-http-logger)[ Packagist](https://packagist.org/packages/dragon-code/laravel-http-logger)[ Fund](https://boosty.to/dragon-code)[ Fund](https://yoomoney.ru/to/410012608840929)[ RSS](/packages/dragon-code-laravel-http-logger/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (20)Versions (12)Used By (3)

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

[](#http-logger-for-laravel)

  ![Laravel Http Logger](https://camo.githubusercontent.com/282a0618b24f00742b9f5af7b4e4bb0efdfd1bb4978e885aa646d00bb6aec1b0/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c253230487474702532304c6f676765722e706e673f7061747465726e3d746f706f677261706879267374796c653d7374796c655f3226666f6e7453697a653d3130307078266d643d312673686f7757617465726d61726b3d31267468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d647261676f6e2d636f64652532466c61726176656c2d687474702d6c6f67676572266465736372697074696f6e3d4c6f6767696e672b696e636f6d696e672b485454502b726571756573747326696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)[![Stable Version](https://camo.githubusercontent.com/c873b447102e49129fe059d05d503554444a0515aa912a37974c3610a913e2c2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f546865447261676f6e436f64652f6c61726176656c2d687474702d6c6f676765723f6c6162656c3d737461626c65267374796c653d666c61742d737175617265)](https://packagist.org/packages/dragon-code/laravel-http-logger)[![Total Downloads](https://camo.githubusercontent.com/816dae18c166908fe76fd9a652d4c3f7890dcca5cf17a9d8ad0227b3e7a1c89c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f647261676f6e2d636f64652f6c61726176656c2d687474702d6c6f676765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dragon-code/laravel-http-logger)[![Github Workflow Status](https://camo.githubusercontent.com/d8261a3498ffd1dbaa785bab34bd56029e8545f84f55b1833b60fc985d8baf61/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f546865447261676f6e436f64652f6c61726176656c2d687474702d6c6f676765722f706870756e69742e796d6c3f7374796c653d666c61742d737175617265)](https://github.com/TheDragonCode/laravel-http-logger/actions)[![License](https://camo.githubusercontent.com/1b6d99ecfc3986240f04bb6b59cd7053571759a27a43bcbf54fe420632201b0e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f647261676f6e2d636f64652f6c61726176656c2d687474702d6c6f676765722e7376673f7374796c653d666c61742d737175617265)](LICENSE)

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

[](#installation)

To get the latest version of `Laravel HTTP Logger`, simply require the project using [Composer](https://getcomposer.org):

```
composer require dragon-code/laravel-http-logger
```

Or manually update `require` block of `composer.json` and run `composer update`.

```
{
    "require": {
        "dragon-code/laravel-http-logger": "^1.0"
    }
}
```

Usage
-----

[](#usage)

Run the migrations and submit a request to the site.

By default, the plugin is ready to go.

If you need to change the database connection or table name, you can do it in the [settings](config/http-logger.php).

### Database table

[](#database-table)

All incoming HTTP requests will be logged to a database table. The default name is `http_logs`.

For example:

[![database table](.github/images/database.png)](.github/images/database.png)

License
-------

[](#license)

This package is licensed under the [MIT License](LICENSE).

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance88

Actively maintained with recent releases

Popularity32

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity60

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

Recently: every ~282 days

Total

10

Last Release

60d ago

### Community

Maintainers

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

---

Top Contributors

[![andrey-helldar](https://avatars.githubusercontent.com/u/10347617?v=4)](https://github.com/andrey-helldar "andrey-helldar (45 commits)")[![actions-user](https://avatars.githubusercontent.com/u/65916846?v=4)](https://github.com/actions-user "actions-user (28 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (26 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

---

Tags

httploghttpslaravelloggingloggerrequestsdragondragon codeandrey helldar

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[dragon-code/pretty-routes

Pretty Routes for Laravel

10058.7k4](/packages/dragon-code-pretty-routes)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[dragon-code/migrate-db

Easy data transfer from one database to another

15717.4k](/packages/dragon-code-migrate-db)[dragon-code/laravel-cache

An improved interface for working with cache

6844.8k10](/packages/dragon-code-laravel-cache)[onlime/laravel-http-client-global-logger

A global logger for the Laravel HTTP Client

1935.1k](/packages/onlime-laravel-http-client-global-logger)

PHPackages © 2026

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