All Projects → mingyoung → Wechat Playground

mingyoung / Wechat Playground

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

Labels

Projects that are alternatives of or similar to Wechat Playground

Comment2wechat
Typecho 插件——新评论微信通知
Stars: ✭ 136 (-7.48%)
Mutual labels:  wechat
Xmagichooker
【xposed wework wechat 企业微信 微信 逆向】自动抢回复 会话 自动通过 好友列表 群管理 机器人 SDK ,底层需要 Xposed 或 VirtualXposed 等Hooking框架的支持,如果你手机安装有xposed框架,那么可以下载源码直接运行
Stars: ✭ 140 (-4.76%)
Mutual labels:  wechat
Miniprogram Foodmap
微信小程序 · 美食地图模板
Stars: ✭ 143 (-2.72%)
Mutual labels:  wechat
Vscode Miniapp Helper
微信小程序开发助手 for VSCode
Stars: ✭ 137 (-6.8%)
Mutual labels:  wechat
Smartim4eclipse
Eclipse上的SmartIM插件,防Boss利器,让你可以在eclipse中使用QQ/微信进行聊天
Stars: ✭ 139 (-5.44%)
Mutual labels:  wechat
Wechat Admin
Wechat Management System
Stars: ✭ 1,716 (+1067.35%)
Mutual labels:  wechat
Hdcms
支持 PC、H5、微信公众号、微信小程序多应用平台
Stars: ✭ 134 (-8.84%)
Mutual labels:  wechat
Imageviewer
A simple and customizable Android full-screen image viewer 一个简单且可自定义的Android全屏图像浏览器
Stars: ✭ 1,889 (+1185.03%)
Mutual labels:  wechat
Deepin Wine
【deepin源移植】Debian/Ubuntu上最快的QQ/微信安装方式
Stars: ✭ 2,844 (+1834.69%)
Mutual labels:  wechat
Wechat Django
WeChat-Django旨在为接入微信公众平台的django开发者提供便捷的微信功能封装及最基本的后台管理支持
Stars: ✭ 143 (-2.72%)
Mutual labels:  wechat
Yoshop
萤火小程序商城,是在Thinkphp5基础上搭建的一个PHP项目,前后端完全开源。Thinkphp5以易学易用著称,让您轻松打造自己的独立商城,同时也方便二次开发,让您快速搭建个性化独立商城。
Stars: ✭ 137 (-6.8%)
Mutual labels:  wechat
Sprite Wxapp
spritejs 小程序版
Stars: ✭ 138 (-6.12%)
Mutual labels:  wechat
Weixin Robot
微信公共帐号自动回复机器人 A Node.js robot for wechat.
Stars: ✭ 1,719 (+1069.39%)
Mutual labels:  wechat
Oss.clients.sns
社交网站sdk(标准库),微信公众号(订阅号,服务号,小程序)接口sdk-包含消息回复(明文和安全模式),Oauth2.0授权等
Stars: ✭ 136 (-7.48%)
Mutual labels:  wechat
Electronic Qq
[FREEZED]the electionic-QQ based on smart-qq & electronic-wechat written in Nodejs
Stars: ✭ 144 (-2.04%)
Mutual labels:  wechat
Thinkphp5 Wechat
微信 SDK for thinkphp5, 基于 overtrue/wechat
Stars: ✭ 133 (-9.52%)
Mutual labels:  wechat
Wechatmagician
WechatMagician is a Xposed module written in Kotlin, that allows you to completely control your Wechat.
Stars: ✭ 1,739 (+1082.99%)
Mutual labels:  wechat
Mpeditor
微信markdown编辑器
Stars: ✭ 146 (-0.68%)
Mutual labels:  wechat
Wechatbotengine
基于微信网页版 HTTP 协议的机器人引擎(含一些机器人)。WeChat bot engine based on WeChat HTTP protocol of WeChat Web Edition, several bots included.
Stars: ✭ 145 (-1.36%)
Mutual labels:  wechat
Gochat
🔥 微信 Go SDK 🚀🚀🚀
Stars: ✭ 141 (-4.08%)
Mutual labels:  wechat

WeChat Playground

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

预览

WeChat Playground

安装

$ composer require mingyoung/wechat-playground:^[email protected]

安装后发布前端文件

$ 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].