alicloud / log
dev-master
2019-11-15 10:41 UTC
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2024-09-15 22:08:16 UTC
README
API 版本
0.6.1
SDK 发布时间
2018-02-18
简介
Log Service SDK for PHP,用于向阿里云日志服务(www.aliyun.com/product/sls)设置/获取日志数据。
摘要
- 请求-请求风格的 Restful API 接口
- 使用 Protocol buffer 发送数据
- 发送到服务器时可以压缩数据
- 如果发生任何错误,将抛出 Aliyun_Log_Exception
- 引入简单的日志记录器,方便以不同级别提交日志
- 创建本地日志缓存,以便在单个 HTTP POST 中提交多个日志
环境要求
- PHP 7.1.7 及以上:主分支
- PHP 5.2+:v1.0 树