hzted123 / dingtalk
钉钉api工具
Installs: 2 331
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- guzzlehttp/guzzle: ^6.1
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-01-24 21:44:32 UTC
README
钉钉api工具
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist hzted123/dingtalk "*"
or add
"hzted123/dingtalk": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
Add the following in your console config:
return [ ... 'components' => [ ... 'dingtalk' => [ 'class' => 'hzted123\dingtalk\DingDingAPI', ], ] ];
Get Department list:
$data = Department::query();