Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 662 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 662 Bytes

Aliyun Log Service PHP SDK

Introduction

Log Service SDK for PHP,used to set/get log data to Aliyun Log Service(www.aliyun.com/product/sls).

API Reference: 中文 ENGLISH

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.