Skip to content

zeroibc/DingDingRobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DingDingRobot

钉钉机器人webhook

使用方法:

 include_once 'vendor/autoload.php';
 
/**
 * 必填
 * 钉钉机器人的webhook地址
 */
 
 $robot = new \Zeroibc\DingDingRobot($web_hook);
 $content = [
    'content' => 'zeroibc'
 ];
 $robot->setTextType()->setContent($content)->send();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages