Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zingimmick/alibabacloud-log
Support install "Alibaba Cloud Log Service SDK for PHP" via composer
https://github.com/zingimmick/alibabacloud-log
alibabacould composer log
Last synced: about 1 month ago
JSON representation
Support install "Alibaba Cloud Log Service SDK for PHP" via composer
- Host: GitHub
- URL: https://github.com/zingimmick/alibabacloud-log
- Owner: zingimmick
- License: other
- Fork: true (aliyun/aliyun-log-php-sdk)
- Created: 2021-05-13T07:26:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T09:59:23.000Z (about 3 years ago)
- Last Synced: 2024-09-25T23:45:26.338Z (about 1 month ago)
- Topics: alibabacould, composer, log
- Language: PHP
- Homepage:
- Size: 10.3 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Aliyun Log Service PHP SDK
## API VERSION
0.6.2
## SDK RELEASE TIME
2018-02-18
## Introduction
Log Service SDK for PHP,used to set/get log data to Aliyun Log Service(www.aliyun.com/product/sls).
API Reference: [中文](https://help.aliyun.com/document_detail/29007.html) [ENGLISH](https://www.alibabacloud.com/help/doc-detail/29007.htm)
### Summary
1. Request-Request style Restful API interface
2. Use Protocol buffer to send data
3. Data can be compressed when sending to server
4. Aliyun_Log_Exception will be thrown if any error happen
5. Introduce simple logger for submit log easily with different levels
6. Create local log cache to submit several logs in single http post.## Environment Requirement
1. PHP 7.1.7 and later:Master Branch
2. PHP 5.2+:[Tree v1.0](https://github.com/aliyun/aliyun-log-php-sdk/tree/v1.0)