2017 © Pedro Peláez
 

bundle request-logger-bundle

Symfony bundle to log information about the request like method, uri, latency

image

uniplaces/request-logger-bundle

Symfony bundle to log information about the request like method, uri, latency

  • Thursday, May 17, 2018
  • by tiagobrito
  • Repository
  • 16 Watchers
  • 0 Stars
  • 478 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 3 % Grown

The README.md

Request Logger Bundle

StyleCI, (*1)

This project is a symfony bundle that can be added to other projects to log api requests. It logs request information like method, uri, latency., (*2)

This is an example of a log:, (*3)

alt text, (*4)

Packagist

Latest Stable Version Total Downloads License, (*5)

https://packagist.org/packages/uniplaces/request-logger-bundle, (*6)

How to use it in your project

Add the bundle to your project dependencies:, (*7)

composer require uniplaces/request-logger-bundle

Then, make sure the RequestLoggerBundle was added to your project's bundles., (*8)

If your project has a bundles.php file with an array of vendor bundles, add the RequestLoggerBundle there:, (*9)

Uniplaces\RequestLoggerBundle\UniplacesRequestLoggerBundle::class => ['all' => true]

Log data

  • method
  • path
  • content-type
  • latency
  • client-ip
  • status_code
  • user-agent

The Versions

17/05 2018

dev-master

9999999-dev

Symfony bundle to log information about the request like method, uri, latency

  Sources   Download

MIT

The Requires

 

The Development Requires

by Uniplaces

17/05 2018

dev-analysis-q5OlLY

dev-analysis-q5OlLY

Symfony bundle to log information about the request like method, uri, latency

  Sources   Download

MIT

The Requires

 

The Development Requires

by Uniplaces

17/05 2018

0.2.1

0.2.1.0

Symfony bundle to log information about the request like method, uri, latency

  Sources   Download

MIT

The Requires

 

The Development Requires

by Uniplaces

03/05 2018

0.2.0

0.2.0.0

Symfony bundle to log information about the request like method, uri, latency

  Sources   Download

MIT

The Requires

 

The Development Requires

by Uniplaces

21/04 2018

dev-NI/Add-readme-file

dev-NI/Add-readme-file

Symfony bundle to log information about the request like method, uri, latency

  Sources   Download

MIT

The Requires

 

The Development Requires

by Uniplaces

20/04 2018

0.1.1

0.1.1.0

Symfony bundle to log information about the request like method, uri, latency

  Sources   Download

MIT

The Requires

 

The Development Requires

by Uniplaces

17/04 2018

0.1.0

0.1.0.0

Symfony bundle to log information about the request like method, uri, latency

  Sources   Download

MIT

The Requires

 

The Development Requires

by Uniplaces