📑 Laravel HTTP Logger

Overview

Laravel HTTP Logger

the dragon code http logger

Stable Version Unstable 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.

Comments
  • Bump TheDragonCode/codestyler from 2.3.2 to 2.6.2

    Bump TheDragonCode/codestyler from 2.3.2 to 2.6.2

    Bumps TheDragonCode/codestyler from 2.3.2 to 2.6.2.

    Release notes

    Sourced from TheDragonCode/codestyler's releases.

    v2.6.2

    What's Changed

    Full Changelog: https://github.com/TheDragonCode/codestyler/compare/v2.6.1...v2.6.2

    v2.6.1

    What's Changed

    Full Changelog: https://github.com/TheDragonCode/codestyler/compare/v2.6.0...v2.6.1

    v2.6.0

    What's Changed

    Full Changelog: https://github.com/TheDragonCode/codestyler/compare/v2.5.0...v2.6.0

    v2.5.0

    What's Changed

    Full Changelog: https://github.com/TheDragonCode/codestyler/compare/v2.4.0...v2.5.0

    v2.4.0

    What's Changed

    Full Changelog: https://github.com/TheDragonCode/codestyler/compare/v2.3.2...v2.4.0

    Commits
    • dbbdac5 Merge pull request #94 from TheDragonCode/2.x
    • 1918809 Removed hard time reference when scanning dependencies
    • 769521d Fixed bug with applying risky changes
    • 1c4d20e Merge pull request #93 from TheDragonCode/2.x
    • 2e58175 The bootstrap folder added to exclusions
    • f11facb Update code-style 💻
    • a1cb00c Merge pull request #92 from TheDragonCode/2.x
    • 72da981 Update code-style 💻
    • 7841a31 Improved rules
    • 9671b7b Merge pull request #91 from TheDragonCode/2.x
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once CI passes on it, as requested by @andrey-helldar.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump TheDragonCode/codestyler from 2.3.1 to 2.3.2

    Bump TheDragonCode/codestyler from 2.3.1 to 2.3.2

    Bumps TheDragonCode/codestyler from 2.3.1 to 2.3.2.

    Release notes

    Sourced from TheDragonCode/codestyler's releases.

    v2.3.2

    Full Changelog: https://github.com/TheDragonCode/codestyler/compare/v2.3.1...v2.3.2

    Commits
    • a7637ae Fixed codestyle for json
    • a37b94b Update FUNDING.yml
    • f50e288 Merge pull request #87 from TheDragonCode/dependabot/github_actions/TheDragon...
    • eb3790a Bump TheDragonCode/codestyler from 2.3.0 to 2.3.1
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump TheDragonCode/codestyler from 2.3.0 to 2.3.1

    Bump TheDragonCode/codestyler from 2.3.0 to 2.3.1

    Bumps TheDragonCode/codestyler from 2.3.0 to 2.3.1.

    Release notes

    Sourced from TheDragonCode/codestyler's releases.

    v2.3.1

    What's Changed

    • Updated .editorconfig file

    Full Changelog: https://github.com/TheDragonCode/codestyler/compare/v2.3.0...v2.3.1

    Commits
    • df6e5cf Update .editorconfig
    • f5455f2 Merge pull request #86 from TheDragonCode/dependabot/github_actions/TheDragon...
    • 3606716 Bump TheDragonCode/codestyler from 2.2.0 to 2.3.0
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump TheDragonCode/codestyler from 2.2.0 to 2.3.0

    Bump TheDragonCode/codestyler from 2.2.0 to 2.3.0

    Bumps TheDragonCode/codestyler from 2.2.0 to 2.3.0.

    Release notes

    Sourced from TheDragonCode/codestyler's releases.

    v2.3.0

    What's Changed

    Full Changelog: https://github.com/TheDragonCode/codestyler/compare/v2.2.0...v2.3.0

    Commits
    • c9d730c Merge pull request #85 from TheDragonCode/2.x
    • 4cf3e97 Update GitHub Actions rules
    • 417776f Update .editorconfig 📖
    • 564cf7c Update .editorconfig
    • 866f47b Updated permissions to run plugins 🦾
    • c4f6382 Merge pull request #84 from TheDragonCode/dependabot/github_actions/TheDragon...
    • 2dcfe4e Update Dependabot 🤖
    • f4f0e3f Bump TheDragonCode/codestyler from 2.1.0 to 2.2.0
    • 3251184 Update dependabot.yml
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump TheDragonCode/codestyler from 2.1.0 to 2.2.0

    Bump TheDragonCode/codestyler from 2.1.0 to 2.2.0

    Bumps TheDragonCode/codestyler from 2.1.0 to 2.2.0.

    Release notes

    Sourced from TheDragonCode/codestyler's releases.

    v2.2.0

    What's Changed

    Full Changelog: https://github.com/TheDragonCode/codestyler/compare/v2.1.0...v2.2.0

    Commits
    • 915fb64 Merge pull request #83 from TheDragonCode/2.x
    • 1890ed0 Merge remote-tracking branch 'origin/main' into 2.x
    • b915798 Merge remote-tracking branch 'origin/2.x' into 2.x
    • bb2b0de Added filling in permission keys to launch plugins
    • cb7479e Merge pull request #81 from TheDragonCode/dependabot/github_actions/TheDragon...
    • e17d6a4 Bump TheDragonCode/codestyler from 2.0.3 to 2.1.0
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump TheDragonCode/codestyler from 2.0.3 to 2.1.0

    Bump TheDragonCode/codestyler from 2.0.3 to 2.1.0

    Bumps TheDragonCode/codestyler from 2.0.3 to 2.1.0.

    Release notes

    Sourced from TheDragonCode/codestyler's releases.

    v2.1.0

    Full Changelog: https://github.com/TheDragonCode/codestyler/compare/v2.0.3...v2.1.0

    Commits
    • f6c80ee Merge pull request #80 from TheDragonCode/2.x
    • 611fdc2 Added message about missing composer.json file
    • 20d88d1 Merge pull request #79 from TheDragonCode/main
    • 32d6fd1 Normalize composer.json 👀
    • 1cf3bd3 Update code-style 💻
    • 4b45964 Fixed PHP versions compare and added version tests
    • 894274b Removed symfony 5.x components
    • 501fb61 Merge pull request #78 from TheDragonCode/dependabot/github_actions/TheDragon...
    • 4eca6eb Bump TheDragonCode/codestyler from 2.0.1 to 2.0.3
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump TheDragonCode/codestyler from 2.0.1 to 2.0.3

    Bump TheDragonCode/codestyler from 2.0.1 to 2.0.3

    Bumps TheDragonCode/codestyler from 2.0.1 to 2.0.3.

    Release notes

    Sourced from TheDragonCode/codestyler's releases.

    v2.0.3

    Full Changelog: https://github.com/TheDragonCode/codestyler/compare/v2.0.2...v2.0.3

    v2.0.2

    Full Changelog: https://github.com/TheDragonCode/codestyler/compare/v2.0.1...v2.0.2

    Commits
    • a551188 Update config.sh
    • 63ec3c7 Update config.sh
    • 3ecc665 Merge pull request #77 from TheDragonCode/dependabot/github_actions/TheDragon...
    • a0ae34e Bump TheDragonCode/codestyler from 2.0.0 to 2.0.1
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump TheDragonCode/codestyler from 1.13.1 to 2.0.1

    Bump TheDragonCode/codestyler from 1.13.1 to 2.0.1

    Bumps TheDragonCode/codestyler from 1.13.1 to 2.0.1.

    Release notes

    Sourced from TheDragonCode/codestyler's releases.

    v2.0.1

    What's Changed

    Full Changelog: https://github.com/TheDragonCode/codestyler/compare/v2.0.0...v2.0.1

    v2.0.0

    What's Changed

    Full Changelog: https://github.com/TheDragonCode/codestyler/compare/v1.13.1...v2.0.0

    Commits
    • 4359f51 Merge pull request #76 from TheDragonCode/2.x
    • 8d6a63e Dependency bug fixed
    • d7467e3 Update .editorconfig 📖
    • f5c8602 Merge pull request #75 from TheDragonCode/2.x
    • 6565f83 Update README.md
    • 297956c Bump dragon-code/support 6 support
    • 4c94916 Merge branch 'main' into 1.x
    • eb18115 Update .editorconfig
    • d948b62 Update FUNDING.yml
    • 2149668 Merge pull request #73 from TheDragonCode/dependabot/github_actions/TheDragon...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
Releases(v1.2.1)
  • v1.2.1(Oct 24, 2022)

    What's Changed

    • Added hash key to hiding settings

    Full Changelog: https://github.com/TheDragonCode/laravel-http-logger/compare/v1.2.0...v1.2.1

    Source code(tar.gz)
    Source code(zip)
  • v1.2.0(Apr 20, 2022)

    What's Changed

    • Added dragon-code/support 6 support by @andrey-helldar in https://github.com/TheDragonCode/laravel-http-logger/pull/4

    Full Changelog: https://github.com/TheDragonCode/laravel-http-logger/compare/v1.1.0...v1.2.0

    Source code(tar.gz)
    Source code(zip)
  • v1.1.0(Mar 20, 2022)

    What's Changed

    • Configuration file renamed to http-logger by @andrey-helldar in https://github.com/TheDragonCode/laravel-http-logger/pull/1
    • Added the ability to hide secret fields by @andrey-helldar in https://github.com/TheDragonCode/laravel-http-logger/pull/2
    • Added the ability to disable the hiding of secret keys by @andrey-helldar in https://github.com/TheDragonCode/laravel-http-logger/pull/3

    Full Changelog: https://github.com/TheDragonCode/laravel-http-logger/compare/v1.0.1...v1.1.0

    Source code(tar.gz)
    Source code(zip)
  • v1.0.1(Mar 20, 2022)

  • v1.0.0(Mar 20, 2022)

Owner
The Dragon Code
The Dragon Code
📑 Laravel HTTP Logger

Logging incoming HTTP requests

The Dragon Code 28 Nov 29, 2022
A simple database logger for all outgoing emails sent by Laravel website.

Laravel Email Database Log A simple database logger for all outgoing emails sent by Laravel website.

Shvets Group 136 Jan 4, 2023
123Solar is a set of PHP/JS files that make a web logger to monitor your photovoltaic inverter(s)

123Solar is a set of PHP/JS files that make a web logger to monitor your photovoltaic inverter(s). It just need a web server and PHP, no databases are even needed. The philosophy is: To keep it simple, fast, with a low foot print to run on cheap and low powered devices.

null 30 Jan 6, 2023
Simple PHP Logger. Composer package

Basic PHP Logger ?? Simple logger. Composer package.

null 1 Jan 28, 2022
Test Doubles for the PSR-3 Logger Interface

PSR Log Test Doubles Test Doubles for the PSR-3 Logger Interface Motivation In PHP world, most people create Test Doubles via PHPUnits mocking framewo

Jeroen De Dauw 2 Oct 7, 2022
temperature-pi: a simple Raspberry Pi based temperature logger using a DS18B20 1-Wire digital temperature sensor, & a local sqlite database

temperature-pi temperature-pi is a simple Raspberry Pi based temperature logger using a DS18B20 1-Wire digital temperature sensor, & a local sqlite da

Ronan Guilloux 23 Dec 27, 2020
Allows you to process logs using any PSR-3 compatible logger such as Monolog

Yii 2 PSR Log Target Allows you to process logs using any PSR-3 compatible logger such as Monolog

Alexander Makarov 67 Dec 14, 2022
ChromePhp - a PHP library for the Chrome Logger Google Chrome extension

ChromePhp - a PHP library for the Chrome Logger Google Chrome extension

Craig Campbell 1.4k Dec 30, 2022
Robust, composite logger with filtering, formatting, and PSR-3 support

laminas-log ???? Русским гражданам Мы, участники Laminas, родились и живем в разных странах. У многих из нас есть друзья, родственники и коллеги как в

Laminas Project 27 Nov 24, 2022
Keep your laravel logs small and tidy.

Logs can get quite out of hand. This package helps save server space and keep your Laravel log files small.

Accent Interactive 73 Nov 14, 2022
This package is for centralized logging of multiple Laravel application into one connection.

Laralogs This package is for centralized logging of multiple Laravel application into one connection. Installation You can install the package via com

Remon 4 Apr 26, 2022
Small package that can helps in debugging with API logs for Laravel Project.

Rest APIs Logger This is a small package that can helps in debugging with API logs. Installation Install the package via composer composer require tfs

Sunny Mahajan 7 Aug 31, 2022
Log Laravel application request and response with a unique ID for easy debugging

Flexible and extendable logging of Laravel application request and responses Zero configuration logging of Requests and Responses to database or custo

Bilfeldt 37 Nov 6, 2022
A simple and beautiful laravel log reader

Laravel Log Reader A simple and beautiful laravel log reader Documentation Get full documentation of Laravel Log Reader Other Packages Laravel H - A h

Md.Harun-Ur-Rashid 356 Dec 30, 2022
Small laravel package for viewing api logs which can be used in debugging.

This is a small package that can helps in debugging api logs. It can log request method, url, duration, request payload, which models are retrieved, controller and method.

awt 334 Jan 6, 2023
Slim-Logger - A stand-alone logger class for use with the Slim Framework

Slim-Logger - A stand-alone logger class for use with the Slim Framework

Josh Lockhart 41 Mar 12, 2022
📑 Laravel HTTP Logger

Logging incoming HTTP requests

The Dragon Code 28 Nov 29, 2022
A simple database logger for all outgoing emails sent by Laravel website.

Laravel Email Database Log A simple database logger for all outgoing emails sent by Laravel website.

Shvets Group 136 Jan 4, 2023
A drop in fake logger for testing with the Laravel framework.

Log fake for Laravel A bunch of Laravel facades / services are able to be faked, such as the Dispatcher with Bus::fake(), to help with testing and ass

Tim MacDonald 363 Dec 19, 2022
Enable/disable query logger in Laravel/Lumen

Enable/disable query logger in Laravel/Lumen

Ngoc Linh Pham 5 Nov 2, 2022