vnphp/request-logger-bundle

Symfony Bundle for request logging

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Forks: 0

pkg:composer/vnphp/request-logger-bundle

v0.4 2016-11-18 19:10 UTC

This package is auto-updated.

Last update: 2025-09-14 12:56:34 UTC


README

build status code quality

Installation

composer require vnphp/request-logger-bundle

You need to have git installed.

Usage

Add the bundle to your AppKernel.php:

<?php 

$bundles = array(          
            new Vnphp\RequestLoggerBundle\VnphpRequestLoggerBundle(),
        );