zabachok/yii2-file-log-reader

A module for reading the log files

Installs: 2 108

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

Type:yii2-extension

dev-master 2016-03-24 12:23 UTC

This package is auto-updated.

Last update: 2024-03-11 15:42:25 UTC


README

A module for reading the log files

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist zabachok/yii2-file-log-reader "*"

or add

"zabachok/yii2-file-log-reader": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \zabachok\logreader\AutoloadExample::widget(); ?>```