library galaxy-sds-sdk
Xiaomi Structured Store Service PHP SDK
xiaomi/galaxy-sds-sdk
Xiaomi Structured Store Service PHP SDK
- Monday, January 16, 2017
- by chrisfoon
- Repository
- 24 Watchers
- 6 Stars
- 507 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 6 Forks
- 0 Open issues
- 3 Versions
- 32 % Grown
结构化存储PHP SDK
- 安装第三方依赖
./composer.phar install
-
php环境配置:
需要安装Client URL Library(php curl)扩展,
否则会报PHP Fatal error: Call to undefined function SDS\Client\curl_init()。, (*1)
-
客户端metrics默认为关闭,当开启时,
需要安装php pthreads扩展。, (*2)
-
运行示例代码,测试是否正常(需要修改示例代码中的AppID/AppSecret), (*3)
php examples/Basic.php
SDS PHP SDK User Guide
- Install dependencies
./composer.phar install
- PHP Extensions:
* php curl extension (required)
* php pthreads extension (optional,required only when client metrics turned on), (*4)
- Run examples (you need to change the AppID/AppSecret in the example code)
php examples/Basic.php
dev-master
9999999-dev
Xiaomi Structured Store Service PHP SDK
Sources
Download
Apache
The Requires
api
sdk
xiaomi
sds
v1.2.9
1.2.9.0
Xiaomi Structured Store Service PHP SDK
Sources
Download
Apache
The Requires
api
sdk
xiaomi
sds
v1.2.8
1.2.8.0
Xiaomi Structured Store Service PHP SDK
Sources
Download
Apache
The Requires
api
sdk
xiaomi
sds