wsy/datapoint-sdk

This package's canonical repository appears to be gone and the package has been frozen as a result.

1.0.3 2020-12-23 12:16 UTC

This package is not auto-updated.

Last update: 2025-07-31 11:40:29 UTC


README

消息订阅sdk开发工具包

使用方法:

// 添加依赖包
composer require wsy/datapoint-sdk
// 引入自动加载文件
rquire_once 'vendor/autoload.php';
// 创建对象
$dataPoint = new WsySDK\DataPoint\DataPoint('Uri', 'Secret');