maiscrm/aliyun-log-php-sdk

Aliyun Log Service PHP SDK

v1.0.2 2018-04-16 08:55 UTC

This package is not auto-updated.

Last update: 2024-04-17 02:59:57 UTC


README

API VERSION

0.6.1

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).

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