eventix/requestlog

Provides middleware to log full request and response to some storage instance.
2,339
Install
composer require eventix/requestlog
PHP:>=5.6.0
License:MIT
Last Updated:Dec 16, 2016
Links: GitHub  ·  Packagist
Maintainer: Grisgruis

Installation

Make sure Elasticsearch is running and a requests index exists (For Eventix Team: https://bitbucket.org/eventix/eventix-3.0/wiki/Request%20Logging%20/%20Elasticsearch)

Add Eventix\RequestLog\RequestLogServiceProvider::class to config/app.php (ServiceProviders) Add \Eventix\RequestLog\Middleware\RequestLogMiddleware::class to app/http/Kernel.php to the global middleware

Add to your .env

REQUEST_LOG_HOST=localhost:9200
REQUEST_LOG=true

Related Packages

kitloong/laravel-app-logger

Laravel log for your application

1,361,254 10
sarahman/laravel-http-request-api-log

This library stores the http request api log into a database table.

14,751 1
songshenzong/log

Log Request & Debug for Laravel

3,989 2
spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or applicatio...

57,108,378 5,880