Download the PHP package zoujingli/think-plugs-wechat without Composer
On this page you can find all versions of the php package zoujingli/think-plugs-wechat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zoujingli/think-plugs-wechat
More information about zoujingli/think-plugs-wechat
Files in zoujingli/think-plugs-wechat
Package think-plugs-wechat
Short Description WeChat Plugin for ThinkAdmin
License MIT
Homepage https://thinkadmin.top
Informations about the package think-plugs-wechat
ThinkPlugsWechat for ThinkAdmin
ThinkPlugsWechat 是 ThinkAdmin 的核心插件,提供全面的微信基础管理功能,基于 MIT 协议开源,免费可商用!
请注意,安装此插件将会占用并替换 app/wechat
目录(采用先删除再写入的方式)。因此,如果您之前对 app/wechat
目录有过自定义修改,我们强烈建议您在安装插件前进行备份,否则这些修改可能会丢失。
此外,当您使用 Composer
卸载此插件时,请务必记得手动删除 app/wechat
目录及相关的数据表,因为这些内容不会被自动清理。
如果您希望保留自有的 app/wechat
目录,避免被插件更新替换,只需在该目录下创建一个名为 ignore
的文件(例如 app/wechat/ignore
,请注意文件名不应有后缀)。这样,即使在执行插件安装或更新操作时,该目录也将被忽略,不会被更新替换。
加入我们
我们的代码仓库已移至 Github,而 Gitee 则仅作为国内镜像仓库,方便广大开发者获取和使用。若想提交 PR 或 ISSUE 请在 ThinkAdminDeveloper 仓库进行操作,如果在其他仓库操作或提交问题将无法处理!。
安装插件
卸载插件
功能节点
可根据下面的功能节点配置菜单和访问权限,按钮操作级别的节点未展示!
- 微信接口配置:
wechat/config/options
- 微信支付配置:
wechat/config/payment
- 微信粉丝管理:
wechat/fans/index
- 微信图文管理:
wechat/news/index
- 微信菜单配置:
wechat/menu/index
- 回复规则管理:
wechat/keys/index
- 关注自动回复:
wechat/auto/index
- 微信支付管理:
wechat/payment.record/index
- 微信退款管理:
wechat/payment.refund/index
插件数据库
本插件涉及数据表有:
- 微信-回复:
wechat_auto
- 微信-粉丝:
wechat_fans
- 微信-标签:
wechat_fans_tags
- 微信-规则:
wechat_keys
- 微信-素材:
wechat_media
- 微信-图文:
wechat_news
- 微信-文章:
wechat_news_article
- 微信-支付:
wechat_payment_record
- 微信-退款:
wechat_payment_refund
版权说明
ThinkPlugsWechat 遵循 MIT 开源协议发布,并免费提供使用。
本项目包含的第三方源码和二进制文件的版权信息将另行标注,请在对应文件查看。
版权所有 Copyright © 2014-2024 by ThinkAdmin (https://thinkadmin.top) All rights reserved。
All versions of think-plugs-wechat with dependencies
ext-json Version *
ext-openssl Version *
ext-mbstring Version *
zoujingli/qrcode Version ^1.0|@dev
zoujingli/think-install Version ^1.0|@dev
zoujingli/think-library Version ^6.1|@dev
zoujingli/wechat-developer Version ^1.2|@dev