cium / weworkapi
Installs: 3 022
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 1
Open Issues: 2
Requires
- ext-curl: *
- ext-dom: *
- ext-json: *
- ext-libxml: *
- ext-openssl: *
- ext-redis: *
- ext-simplexml: *
This package is auto-updated.
Last update: 2025-02-28 14:14:55 UTC
README
weworkapi
- 官方文档: https://work.weixin.qq.com/api/doc/
- 原始项目: https://github.com/sbzhu/weworkapi_php
- 安装方式:
composer require cium/weworkapi
- Director
├── api // API 接口
│ ├── struct // API接口需要使用到的一些数据结构
│ ├── README.md
│ └── API.php // API接口的关键逻辑
├── callback // 消息回调的一些方法
└── utils // 一些基础方法