beter/yii2-log-request-response

Yii2 component that registers event listeners for CLI and WEB apps and logs information with request and response metadata

Installs: 3 383

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.1 2022-06-14 07:43 UTC

This package is not auto-updated.

Last update: 2024-05-14 16:49:54 UTC


README

Installation

The preferred way to install this extension is through composer.

Either run

composer require beter/yii2-log-request-response

or add

"beter/yii2-log-request-response": "~1.0.0" // put the latest version here

to the require section of your composer.json.

Further reading