zent/http-kernel-logger-bundle

There is no license information available for the latest version (v0.2) of this package.

Installs: 17 375

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/zent/http-kernel-logger-bundle

v0.2 2017-12-18 19:08 UTC

This package is auto-updated.

Last update: 2025-09-27 12:59:28 UTC


README

Log request and responses

Installation

# bash
composer require zent/http-kernel-logger-bundle ~0.2

# AppKernel.php
$bundles = [
   new Vesax\HttpKernelLoggerBundle\VesaxHttpKernelLoggerBundle()
];

Configuration

vesax_http_kernel_logger:
    zones:
        "^/api/":
            channel: api
            #type: response (or request)