Skip to content

LeeWeiZhang/YunxinSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YunxinSDK

PHP Package to integrate Yunxin API.

Example:

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