Download the PHP package uniplaces/request-logger-bundle without Composer
On this page you can find all versions of the php package uniplaces/request-logger-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download uniplaces/request-logger-bundle
More information about uniplaces/request-logger-bundle
Files in uniplaces/request-logger-bundle
Download uniplaces/request-logger-bundle
More information about uniplaces/request-logger-bundle
Files in uniplaces/request-logger-bundle
Vendor uniplaces
Package request-logger-bundle
Short Description Symfony bundle to log information about the request like method, uri, latency
License MIT
Package request-logger-bundle
Short Description Symfony bundle to log information about the request like method, uri, latency
License MIT
Please rate this library. Is it a good library?
Informations about the package request-logger-bundle
Request Logger Bundle
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:
Packagist
https://packagist.org/packages/uniplaces/request-logger-bundle
How to use it in your project
Add the bundle to your project dependencies:
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:
Log data
- method
- path
- content-type
- latency
- client-ip
- status_code
- user-agent
All versions of request-logger-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.0
symfony/http-kernel Version ^4.0
psr/log Version ^1.0
symfony/config Version ^4.0
symfony/dependency-injection Version ^4.0
symfony/http-kernel Version ^4.0
psr/log Version ^1.0
symfony/config Version ^4.0
symfony/dependency-injection Version ^4.0
The package uniplaces/request-logger-bundle contains the following files
Loading the files please wait ...