An open API service indexing awesome lists of open source software.

https://github.com/assert6/dingdingrobot


https://github.com/assert6/dingdingrobot

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 如何使用
## 安装组件
>composer require zcmzc/dingding-robot
## 新建Robot 类
```php
send(new TextMessage('这是测试消息'));
```