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
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: 2024-10-10 04:32:46 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.