Download the PHP package shipfi/wechat without Composer
On this page you can find all versions of the php package shipfi/wechat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shipfi/wechat
More information about shipfi/wechat
Files in shipfi/wechat
Download shipfi/wechat
More information about shipfi/wechat
Files in shipfi/wechat
Please rate this library. Is it a good library?
Informations about the package wechat
English
可能是目前最优雅的微信公众平台 SDK 了。Laravel 5 拓展包: overtrue/laravel-wechat
3.0 开发中,目前大部分模块已经完成,希望您能帮忙测试为谢!3.0
SDK QQ群:319502940
微信开发者交流群:9179779
(这不是微信群,是名称叫“微信开发者交流群” 的QQ群,微信上聊技术?你逗我?)
网上充斥着各种微信 SDK,但是找了一圈,发现没有一个想用,因为没有满足本项目存在后的各种优点:
- 命名不那么乱七八糟;
- 隐藏开发者不需要关注的细节;
- 方法使用更优雅,不必再去研究那些奇怪的的方法名或者类名是做啥用的;
- 自定义缓存方式;
- 符合 PSR-4 标准,你可以各种方便的与你的框架集成;
- 高度抽象的消息类,免去各种拼json与xml的痛苦。
安装
环境要求:PHP >= 5.3.0
-
使用 composer
-
手动安装
下载 2.1版zip包 或者下载指定版本:https://github.com/overtrue/wechat/releases 。
然后引入根目录的autoload.php即可:
- 确认你没装 laravel-debugbar!!!!
使用
基本使用(以服务端为例):
更多请参考文档。
:mega: 现在我们已经把用 2.0 API 写的一个基本例子开源了:微易
文档
强烈建议看懂微信文档后再来使用本 SDK。
Features
- [x] 监听消息
- [x] 监听事件
- [x] 基本消息类型
- [x] 图文消息
- [x] 模板消息
- [x] 群发消息
2.1.28+
- [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.5.0
ext-openssl Version *
pimple/pimple Version ~3.0
monolog/monolog Version ^1.17
overtrue/socialite Version >=1.0.25
doctrine/cache Version ~1.4
guzzlehttp/guzzle Version ~6.2
symfony/http-foundation Version ~2.6|~2.7|~2.8|~3.0
symfony/psr-http-message-bridge Version ~0.3|^1.0
ext-openssl Version *
pimple/pimple Version ~3.0
monolog/monolog Version ^1.17
overtrue/socialite Version >=1.0.25
doctrine/cache Version ~1.4
guzzlehttp/guzzle Version ~6.2
symfony/http-foundation Version ~2.6|~2.7|~2.8|~3.0
symfony/psr-http-message-bridge Version ~0.3|^1.0
The package shipfi/wechat contains the following files
Loading the files please wait ....