wsy/datapoint-sdk

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Installs: 362

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/wsy/datapoint-sdk

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');