thamtech/yii2-fluentd

A Fluentd log target for Yii2

Fund package maintenance!
Liberapay

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 1

Type:yii2-extension

v0.1.0 2019-05-23 18:49 UTC

This package is auto-updated.

Last update: 2024-04-10 03:25:53 UTC


README

Yii2 Fluentd adds a Log Target for Fluentd.

The bundled client implementation is a relatively fast fire-and-forget client for a Fluentd HTTP input plugin. However, you may extend the FluentClientInterface to implement whatever client implementation fits your needs.

For license information check the LICENSE-file.

Installation

The preferred way to install this extension is through composer.

php composer.phar require --prefer-dist thamtech/yii2-fluentd

or add

"thamtech/yii2-fluentd": "*"

to the require section of your composer.json file.