liguangchun / qyweixin-grouprobot
ThinkPHP6企业微信群通知
v1.0.5
2019-10-26 00:00 UTC
Requires
- php: >=7.1
- liguangchun/think-library: 6.0.*
README
ThinkPHP6企业微信群通知
📦 ThinkPHP6企业微信群通知
依赖环境
- PHP7.1 版本及以上
安装
- 国外仓库地址:https://github.com/GC0202/qyweixin-grouprobot
- 国内仓库地址:https://gitee.com/liguangchun/qyweixin-grouprobot
- Packagist 地址:https://packagist.org/packages/liguangchun/qyweixin-grouprobo
开发版
composer require liguangchun/qyweixin-grouprobot dev-master -vvv
稳定版
composer require liguangchun/qyweixin-grouprobot -vvv
更新
composer update liguangchun/qyweixin-grouprobot -vvv
删除
composer remove liguangchun/qyweixin-grouprobot -vvv
使用
use DtApp\Notice\QyWeiXin\qywechat\GroupRobotService; try { GroupRobotService::instance() ->key('xxx-x-x-x-xxx') ->text('测试'); } catch (\DtApp\Notice\QyWeiXin\exception\Exception $e) { var_dump($e->getMessage()); }