Download the PHP package liang/wechat-tripartite-platform without Composer

On this page you can find all versions of the php package liang/wechat-tripartite-platform. 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 wechat-tripartite-platform

PHP的微信第三方平台扩展库

此为基于微信官方文档进行封装使用

如需对照时候集成此功能可查看UrlConfig文件对比官方文档 官方文档

返回码快速查找

DIRECTORY STRUCTURE

部分接口未测试可提issues

路由统一管理文件:UrlConfig

目前集成模块

开放平台接口 library下OpenPlatform

授权相关接口|授权方账号管理接口 library下Authorization

小程序模板接口 library下AppletTemplate

小程序成员管理接口 library下AppletMember

小程序代码管理接口 library下AppletCode

小程序基础信息设置接口 library下AppletBasicInformation

违规和申诉管理 library下IllegalAndAppeal

普通链接二维码与小程序码 library下QrCode.php

扫码关注组件 library下ConcernComponent

小程序类目管理接口 library下AppletCategory

其他小程序业务接口|其他小程序相关接口 library下OtherApplet 未更新完毕

集成微信支付官方包 library下Pay 使用方法可参照官方(可通过web调用包的形式直接生成平台证书)

-使用方法课参见Test Receive TestCallBack 可统一由WeChatServer进行调用也可单独调用


All versions of wechat-tripartite-platform with dependencies

PHP Build Version
Package Version
Requires php Version >7.0.0
php-curl-class/php-curl-class Version ^9.0
ext-json Version *
ext-dom Version *
ext-openssl Version *
ext-simplexml Version *
guzzlehttp/guzzle Version ^7.4
wechatpay/wechatpay Version ^1.4
ext-curl Version *
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 liang/wechat-tripartite-platform contains the following files

Loading the files please wait ....