# 钉钉群机器人 PHP扩展包
**Repository Path**: dtapps/think-dingtalk-grouprobot
## Basic Information
- **Project Name**: 钉钉群机器人 PHP扩展包
- **Description**: ThinkPHP6钉钉群通知
- **Primary Language**: PHP
- **License**: MIT
- **Default Branch**: master
- **Homepage**: https://packagist.org/packages/dtapps/think-dingtalk-grouprobot
- **GVP Project**: No
## Statistics
- **Stars**: 3
- **Forks**: 4
- **Created**: 2019-11-19
- **Last Updated**: 2024-12-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
📦 ThinkPHP6钉钉群通知
[comment]: <> (dtapps)

[comment]: <> (php)





[comment]: <> (packagist.org)




































[comment]: <> (badge.fury.io)
[](https://badge.fury.io/ph/dtapps%2Fthink-dingtalk-grouprobot)
[comment]: <> (github.com)

[comment]: <> (sourcegraph.com)

[comment]: <> (scrutinizer-ci.com)



[comment]: <> (www.codetriage.com)

[comment]: <> (www.travis-ci.com)


[comment]: <> (app.codecov.io)

## 依赖环境
1. PHP7.1 版本及以上
## 托管
- 国外仓库地址:[https://github.com/dtapps/think-dingtalk-grouprobot](https://github.com/dtapps/think-dingtalk-grouprobot)
- 国内仓库地址:[https://gitee.com/dtapps/think-dingtalk-grouprobot](https://gitee.com/dtapps/think-dingtalk-grouprobot)
- Packagist地址:[https://packagist.org/packages/dtapps/think-dingtalk-grouprobot](https://packagist.org/packages/dtapps/think-dingtalk-grouprobot)
### 安装
```text
composer require dtapps/think-dingtalk-grouprobot -vvv
```
## 更新
```text
composer update dtapps/think-dingtalk-grouprobot -vvv
```
## 删除
```text
composer remove dtapps/think-dingtalk-grouprobot -vvv
```
## 服务使用示例
```php
use dtapps\dingtalk\grouprobot\dingtalk\GroupRobotService;
GroupRobotService::instance()
->accessToken("xxx")
->text("Test");
```