uniplaces/request-logger-bundle

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

Installs: 1 929

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 19

Forks: 1

Type:bundle

0.2.2 2019-03-15 21:59 UTC

This package is auto-updated.

Last update: 2024-04-16 18:15:42 UTC


README

StyleCI

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.

This is an example of a log:

alt text

Packagist

Latest Stable Version Total Downloads License

https://packagist.org/packages/uniplaces/request-logger-bundle

How to use it in your project

Add the bundle to your project dependencies:

composer require uniplaces/request-logger-bundle

Then, make sure the RequestLoggerBundle was added to your project's bundles.

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

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

Log data

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