ilyes512 / laravel-http-logger
A http logger package.
dev-main
2024-12-18 22:33 UTC
Requires
- php: >=8.3
- illuminate/support: ^11.0
- webmozart/assert: ^1.10
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^1.0
- ilyes512/code-style: ^2.0
- larastan/larastan: ^2.9
- laravel/tinker: ^2.9
- mockery/mockery: ^1.6
- orchestra/testbench: ^9.1
- overtrue/phplint: ^9.3
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-mockery: ^1.1
- phpstan/phpstan-strict-rules: ^1.6
- phpstan/phpstan-webmozart-assert: ^1.2
- phpunit/phpunit: ^11.1
- shipmonk/phpstan-rules: ^3.1
- dev-main
- dev-dependabot/github_actions/actions/cache-4.2.3
- dev-dependabot/composer/ilyes512/code-style-tw-2.0or-tw-3.0
- dev-dependabot/github_actions/actions/cache-4.2.2
- dev-dependabot/github_actions/DavidAnson/markdownlint-cli2-action-19.1.0
- dev-dependabot/github_actions/shivammathur/setup-php-2.32.0
- dev-mvp
This package is auto-updated.
Last update: 2025-03-24 23:29:09 UTC
README
A http logger package.
Installation
You can install the package via composer:
composer require ilyes512/laravel-http-logger
Publish the config file
Run the following command to publish the config file:
php artisan vendor:publish --tag="http-logger-config"
License
The MIT License (MIT). Please see License File for more information.