Download the PHP package yywxf/laravel-dingtalk without Composer
On this page you can find all versions of the php package yywxf/laravel-dingtalk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-dingtalk
laravel-dingtalk
钉钉自定义机器人
安装
composer require yywxf/laravel-dingtalk
-
Laravel < 5.5(>5.5的跳过此步骤) add providers in config/app.php
// providers
Yywxf\Dingtalk\DingtalkServiceProvider::class,
// aliases
'Ding' => Yywxf\Dingtalk\Facades\Ding::class, - 发布配置文件
php artisan vendor:publish --provider=Yywxf\Dingtalk\DingtalkServiceProvider
覆盖配置文件 --force
文档
参考钉钉文档
or
robot()指定机器人,默认default,可以配置dingtalk.php
text类型
markdown类型
如果要@某人 使用 at() 或 atAll() ,$text 要加 @手机号
link类型
整体跳转ActionCard类型
独立跳转ActionCard类型
FeedCard类型
All versions of laravel-dingtalk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package yywxf/laravel-dingtalk contains the following files
Loading the files please wait ....