https://github.com/jokechat/dingtalk
钉钉php composer
https://github.com/jokechat/dingtalk
dingtalk
Last synced: 2 months ago
JSON representation
钉钉php composer
- Host: GitHub
- URL: https://github.com/jokechat/dingtalk
- Owner: jokechat
- License: mit
- Created: 2017-01-27T08:41:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T01:48:35.000Z (almost 9 years ago)
- Last Synced: 2025-10-19T14:12:05.664Z (8 months ago)
- Topics: dingtalk
- Language: PHP
- Size: 235 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dingtalk
> 钉钉 library
[](https://packagist.org/packages/jokechat/dingtalk)
[](https://packagist.org/packages/jokechat/dingtalk)

[](https://packagist.org/packages/jokechat/dingtalk)
[](https://coveralls.io/github/jokechat/dingtalk?branch=master)
### 安装
```
composer require jokechat/dingtalk
```
### 修改配置信息
修改 `src/DingTalk/Config/dingtalk.php` 配置信息
### 使用
```
参考tests文件夹下单元测试代码
```