zwei/work-wechat

The enterprise wechat package.

v1.0.2 2022-03-22 02:50 UTC

This package is auto-updated.

Last update: 2024-04-22 07:26:39 UTC


README

介绍

简单的企业微信服务商应用 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