alzend/dingtalk-sdk

钉钉SDK

v2.0.0 2023-03-16 10:06 UTC

This package is auto-updated.

Last update: 2024-04-16 13:04:06 UTC


README

环境要求

PHP 7.0+

安装

composer require alzend/dingtalk-sdk

使用

use Alzend\DingtalkSdk\Application as Dingtalk;

$dingtalk = new Dingtalk([
    'appkey'    => $appkey, 
    'appsecret' => $appsecret, 
    'token'     => $token, 
    'aeskey'    => $aeskey
]);

License

MIT