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: 4 621
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=7.4.0
- beter/exception-with-context: ^1.0
- beter/yii2-beter-logging: ^2.0
- yiisoft/yii2: ^2.0
This package is not auto-updated.
Last update: 2025-04-01 20:59:17 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.