https://github.com/assert6/dingdingrobot
https://github.com/assert6/dingdingrobot
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/assert6/dingdingrobot
- Owner: assert6
- Created: 2019-05-07T03:34:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T02:48:05.000Z (over 5 years ago)
- Last Synced: 2025-02-23T08:20:42.202Z (about 1 year ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 如何使用
## 安装组件
>composer require zcmzc/dingding-robot
## 新建Robot 类
```php
send(new TextMessage('这是测试消息'));
```