tenantcloud/laravel-http-logger

Logger of all http requests with useful information

v0.2.1 2018-05-17 11:38 UTC

This package is auto-updated.

Last update: 2022-08-29 02:34:43 UTC


README

Latest Version on Packagist Software License Total Downloads

Install

Via Composer

$ composer require tenantcloud/laravel-http-logger

Usage

Add middleware to your global kernel

TenantCloud\LaravelHttpLogger\Middleware\HttpLoggerMiddleware::class

Publish config

php artisan vendor:publish --provider="TenantCloud\LaravelHttpLogger\LaravelHttpLoggerServiceProvider" --tag="config"

You need to have predis/predis package and "guzzlehttp/guzzle": "~6.0", to use external api driver

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email ivan@tenantcloud.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.