thamtech / yii2-fluentd
A Fluentd log target for Yii2
Package info
github.com/thamtech/yii2-fluentd
Type:yii2-extension
pkg:composer/thamtech/yii2-fluentd
Fund package maintenance!
v0.1.0
2019-05-23 18:49 UTC
Requires
- php: >=5.6.0
- yiisoft/yii2: >=2.0.14 <2.1
Requires (Dev)
- php: >=7.2
- phpunit/phpunit: ^8.1
This package is auto-updated.
Last update: 2026-03-10 07:35:47 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.