Download the PHP package zhouzeken/wxsdk without Composer

On this page you can find all versions of the php package zhouzeken/wxsdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wxsdk

wxsdk

框架名称:wxsdk

框架简介:这是一个为快速开发微信应用而生的PHP框架。将微信的开发者功能,微信支付根据文档进行了封装。为了快速开发的目的,开发者完全不需要要知道具体是如何实现的,只需要简单的调用方法即可

开发语言:PHP

版本要求:原则PHP7.1以上

文档目录:

以下为调用示例

1、Access Token

1.1 获取Access Token

返回示例



1.2 获取Stable Access token

返回示例

2、自定义菜单

2.1 获取菜单栏

返回示例

2.2 创建菜单栏

返回示例

2.3 删除菜单栏

返回示例

3、基础消息能力/事件推送/消息回复

3.1 自动回复

PS:在公众号配置服务器地址(URL), 比如服务器地址(URL)配置的是:https://baidu.com/demo.php, 那么在demo.php文件执行下面代码即可


回复模板 如下

3.1.1 文本消息

3.1.2 图片消息

3.1.3 语音消息

3.1.4 视频消息

3.1.5 音乐消息

3.1.6 图文消息

返回示例


All versions of wxsdk with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
wechatpay/wechatpay Version 1.4.8
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package zhouzeken/wxsdk contains the following files

Loading the files please wait ....