Download the PHP package callmez/yii2-wechat without Composer
On this page you can find all versions of the php package callmez/yii2-wechat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package yii2-wechat
Yii-wechat
该项目仅做学习, 抱歉因为工作原因没有太多时间管理, 已停止开发
感谢选择 Yii-wechat,基于 Yii2 框架基础实现的模块。
注意
- 如果是全新使用
Yii2
和Yii2-wechat
,你可以使用 Yii2-app-wechat 微信应用模板(可在该模板基础上开发). - 如果是已有的
Yii2
项目扩展Yii2-wechat
, 请遵循下面的安装步骤使用. -
如果想深度二次开发
Yii2-wechat
模块, 只需下载代码放到项目的modules
目录中, 并把Yii2-wechat
中composer.json
的require
,require-dev
,autoload
三个节点(没有的节点可忽略)的内容合并到您的项目composer.json
中, 并在项目目录下执行composer update
命令. 该实现需要一定的PHP功底, 并且会放弃后期的版本升级功能. - 另本项目仍在开发阶段, 很多功能仍需思考, 建议仅用于
Yii2
和wechat
功能学习
环境条件
-
= php5.4
-
= Yii2
特点
- [x] 多公众号管理
- [ ] 企业号支持?
- [ ] 消息回复
- [ ] 文本回复
- [ ] 图文回复
- [ ] 音乐回复
- [ ] 语音回复
- [ ] 视频回复
- [ ] 图片回复
- [ ] 远程回复
- [ ] 素材管理
- [x] 自定义菜单
- [ ] 二维码管理
- [ ] 卡券功能
- [ ] 多客服
- [ ] 粉丝
- [ ] 粉丝管理
- [ ] 粉丝分组
- [ ] 粉丝互动
- [ ] 消息
- [ ] 历史记录
- [ ] 普通(微信)群发
- [ ] 支付
- [ ] 微信支付
- [ ] 支付宝
- [ ] 插件
- [x] 模块扩展平台
- [ ] 基本模块
- [ ] 开发支持
- [x] 微信模拟器
- [ ] 开发文档
-
[ ] 待定功能
想提新功能? 提交issue 安装
安装步骤如下(2种方式):
-
通过composer.json文件安装
cd 项目目录 && composer require callmez/yii2-wechat
或者
- 项目目录下的composer.json
- 添加
"callmez/yii2-wechat": "dev-master"
内容,然后执行composer update
(模块中使用了angular的bower源,请确定使用composer-asset-plugin 大于beta4
的版本)
安装完后, 在config/web.php
文件中配置module
配置和components
配置(...
号代表其他设置)
-
最后生成数据库表(请确定数据库连接正常)
执行命令
php yii migrate --migrationPath=@callmez/wechat/migrations
根据提示安装数据库即可
反馈或贡献代码
您可以在这里给我们提出在使用中碰到的问题或Bug。
你也可以发送邮件[email protected]说明您的问题。
交流QQ群: 343188481
(注明企图)
如果你有更好代码实现,请 fork 此项目并发起您的 Pull-Request,我会及时处理。感谢!
All versions of yii2-wechat with dependencies
yiisoft/yii2-bootstrap Version *
symfony/yaml Version *
callmez/yii2-wechat-sdk Version *
bower-asset/font-awesome Version 4.*
bower-asset/jquery.fileapi Version ~0.4
bower-asset/angular Version 1.2.*@stable | 1.3.*@stable
bower-asset/angular-drag-and-drop-lists Version 1.*