leeweizhang/yunxin-sdk

PHP Package to integrate Yunxin API.

v1.0.0 2020-08-01 09:48 UTC

This package is auto-updated.

Last update: 2025-06-29 02:23:58 UTC


README

PHP Package to integrate Yunxin API.

Example:

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