uuu9/aliyun-sdk-sls
最新稳定版本:v1.0
Composer 安装命令:
composer require uuu9/aliyun-sdk-sls
包简介
Aliyun Log Service PHP SDK
README 文档
README
Aliyun Log Service PHP SDK
API VERSION
0.6.1
SDK RELEASE TIME
2018-02-18
Introduction
阿里云日志服务SDK(www.aliyun.com/product/sls)
Summary
$client = new Client(endpoint, accessKey, secretKey); $logItem = new LogItem(); $logItem->setTime(time()); $logItem->setContents(['apilog' => json_encode($record)]); $req = new PutLogsRequest(project, logStore, 'topic', null, [$logItem]); $client->putLogs($req);
Environment Requirement
PHP >=7.0.12
统计信息
- 总下载量: 84
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-28