Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 200 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 200 Bytes

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