Skip to content

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

License

Notifications You must be signed in to change notification settings

chenyongze/work-wechat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

企业微信 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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.8%
  • Shell 0.2%