Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 343 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 343 Bytes

阿里云Ots非官方PHP SDK

阿里云ots的非官方PHP SDK,基于php-protobuf扩展。

安装

使用

require 'path/to/src/Ots.php';

$ots = new Ots('appkey', 'appsecret', 'instance');
$ots->getRow('a', [1]);