Download the PHP package takatost/laravel_wechat_open_platform without Composer

On this page you can find all versions of the php package takatost/laravel_wechat_open_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 laravel_wechat_open_platform

laravel_wechat_open_platform

Wechat Open Platform Package For Laravel

Install

  1. Composer Install

为了保证模块正常使用,请禁用 laravel-debugbar。

配置

Laravel 应用

  1. 注册 ServiceProvider:

  2. 创建配置文件:

  3. 请修改应用根目录下的 config/wechat_op.php 中对应的项即可;

  4. (可选)添加外观到 config/app.php 中的 aliases 部分:

使用

授权流程详见:开放平台文档 我们可以通过 app('wechat_op') 或外观 WechatOP来获取开放平台应用对象。

跳转公众号授权页

授权回调信息获取

授权后需要记录公众号的 appidauthorizer_refresh_token 以代公众号实现业务。

接收事件

代公众号实现业务

每个平台下的公众号都需要单独传入配置

$wechatAppEasyWechat\Foundation\Application 对象,使用方式见 EasyWeChat 文档


All versions of laravel_wechat_open_platform with dependencies

PHP Build Version
Package Version
Requires takatost/wechat_open_platform Version ~1.0
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 takatost/laravel_wechat_open_platform contains the following files

Loading the files please wait ....