Download the PHP package beacon/wechat without Composer
On this page you can find all versions of the php package beacon/wechat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download beacon/wechat
More information about beacon/wechat
Files in beacon/wechat
Download beacon/wechat
More information about beacon/wechat
Files in beacon/wechat
Please rate this library. Is it a good library?
Informations about the package wechat
English
可能是目前最优雅的微信公众平台 SDK 了。Laravel 5 拓展包: overtrue/laravel-wechat
SDK QQ群:319502940
微信开发者交流群:9179779
网上充斥着各种微信 SDK,但是找了一圈,发现没有一个想用,因为没有满足本项目存在后的各种优点:
- 命名不那么乱七八糟;
- 隐藏开发者不需要关注的细节;
- 方法使用更优雅,不必再去研究那些奇怪的的方法名或者类名是做啥用的;
- 自定义缓存方式;
- 符合 PSR-4 标准,你可以各种方便的与你的框架集成;
- 高度抽象的消息类,免去各种拼json与xml的痛苦。
安装
环境要求:PHP >= 5.3.0
-
使用 composer
-
手动安装
下载 2.1版zip包 或者下载指定版本:https://github.com/overtrue/wechat/releases 。
然后引入根目录的autoload.php即可:
- 确认你没装 laravel-debugbar!!!!
使用
基本使用(以服务端为例):
更多请参考文档。
文档
强烈建议看懂微信文档后再来使用本 SDK。
Features
- [x] 监听消息
- [x] 监听事件
- [x] 基本消息类型
- [x] 图文消息
- [x] 模板消息
- [ ]
群发消息(微信限制太多,基本算不能用) - [x] 用户与用户组
- [x] 客服与消息发送
- [x] 多客服与消息转发
- [x] 网页授权
- [x] 自定义菜单
- [x] 素材管理
- [x] 门店管理
- [x] 卡券管理
- [x] JSSDK
- [x] 语义理解
- [x] 数据统计
- [x] 二维码
- [x] 短链接
- [x] 微信支付
- [ ] [微信小店]()
贡献代码
非常欢迎大家贡献代码共同完善本项目,烦请遵循 PSR标准 谢谢!
License
MIT
All versions of wechat with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
ext-mcrypt Version *
ext-mcrypt Version *
The package beacon/wechat contains the following files
Loading the files please wait ....