liguangchun/qyweixin-grouprobot
Composer 安装命令:
composer require liguangchun/qyweixin-grouprobot
包简介
ThinkPHP6企业微信群通知
README 文档
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()); }
统计信息
- 总下载量: 86
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-12-05