dragon-code/laravel-http-logger

Logging incoming HTTP requests
9,844 31
Install
composer require dragon-code/laravel-http-logger
Latest Version:1.6.0
PHP:^8.0
License:MIT
Last Updated:Jun 20, 2026
Links: GitHub  ·  Packagist
Maintainer: Helldar

HTTP Logger for Laravel

Stable Version Total Downloads Github Workflow Status License

Installation

To get the latest version of Laravel HTTP Logger, simply require the project using Composer:

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

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.

Database table

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

For example:

database table

License

This package is licensed under the MIT License.

Related Packages

dragon-code/laravel-support

Various helper files for the Laravel and Lumen frameworks

614,335 5
dragon-code/laravel-cache

An improved interface for working with cache

46,933 70
libern/laravel-sql-logging

Laravel 5 package for logging SQL queries.

4,598 0
oscaragcp/sql-logging

Laravel 5 package for logging SQL queries.

120 2