项目作者: LeeWeiZhang

项目描述 :
PHP Package to integrate Yunxin API.
高级语言: PHP
项目地址: git://github.com/LeeWeiZhang/YunxinSDK.git
创建时间: 2020-05-02T10:26:33Z
项目社区:https://github.com/LeeWeiZhang/YunxinSDK

开源协议:MIT License

下载


YunxinSDK

PHP Package to integrate Yunxin API.

Example:

  • Get users information
    1. $yx = new Yunxin('APP_KEY', 'APP_SECRET');
    2. $yxUsers = $yx->users();
    3. $yxUsers->getUsersInfo(['yunxin_uid']);