https://github.com/cium1/weworkapi
企业微信API
https://github.com/cium1/weworkapi
Last synced: 2 months ago
JSON representation
企业微信API
- Host: GitHub
- URL: https://github.com/cium1/weworkapi
- Owner: cium1
- License: mit
- Created: 2019-12-25T01:19:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T08:41:00.000Z (over 3 years ago)
- Last Synced: 2025-10-24T03:58:35.913Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 107 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### weworkapi
- 官方文档: [https://work.weixin.qq.com/api/doc/](https://work.weixin.qq.com/api/doc/)
- 原始项目: [https://github.com/sbzhu/weworkapi_php](https://github.com/sbzhu/weworkapi_php)
- 安装方式:
```
composer require cium/weworkapi
```
- Director
```
├── api // API 接口
│ ├── struct // API接口需要使用到的一些数据结构
│ ├── README.md
│ └── API.php // API接口的关键逻辑
├── callback // 消息回调的一些方法
└── utils // 一些基础方法
```