agielks/yii2-json-log

This package is abandoned and no longer maintained. The author suggests using the agielks/yii2-log-json package instead.

Convert your yii2 application logs as json and save it to file, redis, or logstash

Installs: 6 008

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 1

Type:yii2-extension

1.0.0 2020-05-18 14:55 UTC

This package is auto-updated.

Last update: 2023-07-31 17:34:43 UTC


README

Convert your yii2 application logs as json and save it to file, redis, or logstash

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist agielks/yii2-json-log "*"

or add

"agielks/yii2-json-log": "*"

to the require section of your composer.json file.