• This repository has been archived on 09/May/2021
  • Stars
    star
    146
  • Rank 251,991 (Top 5 %)
  • Language
    PHP
  • Created over 5 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🐳 WeChat Playground - 开源微信调试工具

WeChat Playground

当前为测试体验版本,功能未完善,欢迎反馈 (Bug, Feature ...)

预览

WeChat Playground

安装

$ composer require mingyoung/wechat-playground:^1.0@dev

安装后发布前端文件

$ php artisan vendor:publish --tag=wechat-playground-assets --force

使用

设置公众号(目前暂时只支持公众号)

use WeChatPlayground\Playground;
use Illuminate\Http\Request;
use EasyWeChat\Factory;

Playground::use(function (Request $request) {
    return Factory::officialAccount([
        'app_id' => 'wx13123456789e20',
        'secret' => 'd88e35627234289348743ba9590c32',
    ]);
});

然后打开网址 http://example.com/wechat-playground

配置

自定义路由
WECHAT_PLAYGROUND_PATH=awesome