alphathinkyyl / weworkapi
v1.0.9
2023-05-15 01:06 UTC
Requires
- ext-curl: *
- ext-dom: *
- ext-json: *
- ext-libxml: *
- ext-openssl: *
- ext-redis: *
- ext-simplexml: *
README
weworkapi
- 官方文档: https://work.weixin.qq.com/api/doc/
- 原始项目: https://github.com/sbzhu/weworkapi_php
- 原始项目: https://github.com/cium1/weworkapi
- 安装方式:
composer require alphathinkyyl/weworkapi
- Director
├── api // API 接口
│ ├── struct // API接口需要使用到的一些数据结构
│ ├── README.md
│ └── API.php // API接口的关键逻辑
├── callback // 消息回调的一些方法
└── utils // 一些基础方法