Laravel 8 – 13
PHP 8.0+
Low commit activity in last 18 months
Logging incoming HTTP requests
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

mockery/mockery
^1.5
^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
phpunit/phpunit
^9.6 || ^10.0 || ^11.0 || ^12.0

Runtime

doctrine/dbal
^3.3
^8.37 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0
^8.37 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0
^8.37 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0
^8.37 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0
^8.37 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0
 Project Readme

HTTP Logger for Laravel

Laravel Http Logger

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.