PHP应用
最后更新于:2022-04-02 03:02:20
[TOC]
## 要求
1. php>5.6
## 教程
1. 修改配置文件 td-agent.conf
```
@type stdout
```
2. 修改 composer.json
```
{
"require": {
"fluent/logger": "1.0.*"
}
}
```
3. 测试代码
```
post("fluentd.test.follow", array("from"=>"userA", "to"=>"userB"));
```
';