zwei / work-wechat
The enterprise wechat package.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 4
Open Issues: 0
pkg:composer/zwei/work-wechat
Requires
- php: >=7
 - guzzlehttp/guzzle: ~6.0
 
Requires (Dev)
- phpunit/phpunit: ^6.3
 
Suggests
- php: Required to php >=(5.4).
 
This package is auto-updated.
Last update: 2025-10-22 10:43:35 UTC
README
介绍
简单的企业微信服务商应用 PHP SDK, 通过调用相应的接口,使你可以轻松地开发企业微信应用
开发文档
- 未撰写 关于(Intro)
 - 未撰写 安装(Install)
 - 已定稿 目录结构
 - 撰写完成 数据回调和指令回调URL验证
 - 未撰写 应用接收Suite事件处理
 - 未撰写 推送suite_ticket: 应用接收 suite_ticket 事件处理
 - 未撰写 授权成功通知: 应用接收 create_auth 事件处理
 - 未撰写 取消授权通知: 应用接收 cancel_auth 事件处理
 - 撰写完成 生成应用安装URL
 - 撰写完成 生成应用OATU2登录URL
 - 未撰写 成员管理: 通讯录操作
 - 未撰写 部门管理: 部门操作
 - 未撰写 异步批量接口
 - 未撰写 素材管理
 
安装
composer vcs安装
{
  "require": {
        "php": ">=7.2.0",
        "zwei/work-wechat": "dev-master"
  },
 "repositories": [
   {
     "type": "vcs",
     "url": "https://github.com/qq1060656096/work-wechat.git"
   }
 ]
}
单元测试
phpunit --bootstrap ./tests/TestInit.php ./tests/ phpunit --bootstrap ./tests/TestInit.php ./tests/Heplers/CommonHelperTest.php phpunit --bootstrap ./tests/TestInit.php ./tests/Events