All Projects → pithyone → Think Wechat

pithyone / Think Wechat

Licence: mit
企业微信SDK for ThinkPHP5

Projects that are alternatives of or similar to Think Wechat

Thinkphp5 Wechat
微信 SDK for thinkphp5, 基于 overtrue/wechat
Stars: ✭ 133 (+291.18%)
Mutual labels:  thinkphp, sdk, wechat
Crmeb wechatminiprogram
CRMEBv2.6以客户管理为中心+电商营销系统,微信小程序商城,带分销、秒杀、积分、优惠券等功能
Stars: ✭ 158 (+364.71%)
Mutual labels:  thinkphp, wechat
Phps.shop Api
如花拼团商城_TP5_VUE_小程序
Stars: ✭ 90 (+164.71%)
Mutual labels:  thinkphp, wechat
Wechatpy
WeChat SDK for Python
Stars: ✭ 3,016 (+8770.59%)
Mutual labels:  sdk, wechat
Wechat
WeChat SDK for Go (微信SDK:简单、易用)
Stars: ✭ 3,144 (+9147.06%)
Mutual labels:  sdk, wechat
Sdk3rd
第三方SDK集成库,授权/分享/支付
Stars: ✭ 249 (+632.35%)
Mutual labels:  sdk, wechat
Think Wechat
easywechat for thinkphp support
Stars: ✭ 250 (+635.29%)
Mutual labels:  thinkphp, wechat
Easywechat
📦 一个 PHP 微信 SDK
Stars: ✭ 9,676 (+28358.82%)
Mutual labels:  sdk, wechat
Wemall
wemall7 开源版本 (不含商城)
Stars: ✭ 315 (+826.47%)
Mutual labels:  thinkphp, wechat
Werobot
WeRoBot 是一个微信公众号开发框架
Stars: ✭ 3,973 (+11585.29%)
Mutual labels:  sdk, wechat
Wechat Php Sdk
PHP微信SDK(微信平台 + 微信支付)
Stars: ✭ 637 (+1773.53%)
Mutual labels:  sdk, wechat
Wechat
weixin/wechat/微信公众平台/微信企业号/微信商户平台/微信支付 go/golang sdk
Stars: ✭ 2,330 (+6752.94%)
Mutual labels:  sdk, wechat
Gochat
🔥 微信 Go SDK 🚀🚀🚀
Stars: ✭ 141 (+314.71%)
Mutual labels:  sdk, wechat
Oss.clients.sns
社交网站sdk(标准库),微信公众号(订阅号,服务号,小程序)接口sdk-包含消息回复(明文和安全模式),Oauth2.0授权等
Stars: ✭ 136 (+300%)
Mutual labels:  sdk, wechat
Weixinmpsdk
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
Stars: ✭ 7,098 (+20776.47%)
Mutual labels:  sdk, wechat
Pinche xcx data
同城拼车微信小程序后端代码
Stars: ✭ 244 (+617.65%)
Mutual labels:  thinkphp, wechat
Hera
A framework for running WeChat applet. (小程序 SDK,小程序转 H5,小程序转安卓、iOS 原生应用、小程序渲染引擎)
Stars: ✭ 1,186 (+3388.24%)
Mutual labels:  sdk, wechat
Wechat
Deprecated 微信公众平台企业号 SDK
Stars: ✭ 78 (+129.41%)
Mutual labels:  sdk, wechat
Crmeb
🔥🔥🔥 CRMEB打通版v4免费开源商城系统,uni-app+thinkphp6框架商城,系统可商用;包含小程序商城、H5商城、公众号商城、PC商城,支持分销、拼团、砍价、秒杀、优惠券、积分、会员等级、小程序直播、可视化设置,前后端分离,方便二开,更有详细使用文档、接口文档、数据字典、二开文档/视频教程,欢迎大家提出宝贵意见和建议
Stars: ✭ 3,447 (+10038.24%)
Mutual labels:  thinkphp, wechat
Miniapp
微信小程序服务端 SDK (for Golang)
Stars: ✭ 815 (+2297.06%)
Mutual labels:  sdk, wechat

Latest Stable Version Latest Unstable Version License

think-wechat

企业微信SDK for ThinkPHP5,基于 pithyone/wechat

理论上支持 ThinkPHP 5.1.x 所有版本

安装

composer require pithyone/think-wechat

配置

  1. 创建配置文件

vendor/pithyone/think-wechat/src/config.php 拷贝至应用配置目录,然后重命名为 wework.php

  1. provider.php 绑定类库
return [
    // ...
    'wework' => \think\WeWork::class,
];

用法

以获取 access_token 为例:

app('wework')->get('token')->get();

使用其他应用时,改变默认设置即可,假设有一个测试应用为 test

app('wework', ['test'], true)->get('token')->get();

更多用法请参考:https://pithyone.github.io/wechat/

License

MIT

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].