Download the PHP package fangjia/miniapps without Composer

On this page you can find all versions of the php package fangjia/miniapps. 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 miniapps

Composer下载

composer require fangjia/miniapps

第一章 接口调用顺序

  1. 上传代码 【sample/Commit.php】
  2. 获取体验二维码 【sample/Getqrcode.php】
  3. 提交审核 【sample/Submitaudit.php】
  4. 查询审核状态 【sample/Getauditstatus.php】
  5. 撤销审核 【sample/Undocodeaudit.php】
  6. 发布审核 【sample/Release.php】
  7. 获取发布的小程序码 【sample/Getwxacode.php】

第二章 体验者

  1. 绑定体验者 【sample/Bindtester.php】
  2. 解绑体验者 【sample/Unbindtester.php】

第三章 接口传输TOKEN

  1. 在微信开放平台配置好推送地址
  2. 获取微信推送的ticket
  3. 调用接口【sample/GetApiComponentToken.php】
  4. 成功将component_verify_ticket、component_access_token、expires_in存储起来给第一章调用

第四章 预授权码

  1. 获取预授权码 【sample/GetApiCreatePreauthcode.php】
  2. 获取授权地址

  3. 授权成功记录授权码, 会在授权成功时返回给第三方平台

All versions of miniapps with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
ext-curl Version *
ext-json 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 fangjia/miniapps contains the following files

Loading the files please wait ....