Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 1.75 KB

README.md

File metadata and controls

52 lines (44 loc) · 1.75 KB

企业微信 PHP SDK

介绍

简单的企业微信服务商应用 PHP SDK, 通过调用相应的接口,使你可以轻松地开发企业微信应用

开发文档


安装

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