Download the PHP package esd/wechat-plugin without Composer
On this page you can find all versions of the php package esd/wechat-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package wechat-plugin
ESD WeChat Plugin
ESD WeChat Plugin 是一个基于 Swoole 4.x 全协程支持的微信SDK库,告别同步阻塞,轻松编写高性能的微信公众号/小程序/开放平台业务接口
- EasySwooleDistributed WeChat 是基于 EasySwoole WeChat 重构,优化并完善;
插件安装
添加 WeChatPlugin 插件
配置参数
在application-local.yml 中按需增加配置
获取实例
在开始操作之前需要获取一个实例,程序中使用以下方式获取实例
异常捕获
在调用方法时,如果传递了无效的参数或者发生网络异常,将会抛出 ESD\Plugins\WeChat\Exception\RequestError 或者 ESD\Plugins\WeChat\Exception\OfficialAccountError 类型的异常,开发者需要手工捕获该类异常进行处理,类似这样:
其他
Copyright
- ESD WeChat Plugin 基于
MIT
协议发布,任何人可以用在任何地方,不受约束 - ESD WeChat Plugin 部分代码来自互联网,若有异议,可以联系作者进行删除
All versions of wechat-plugin with dependencies
PHP Build Version
Package Version
Requires
esd/esd-core Version
~0.1
ext-json Version *
esd/cache-plugin Version ~0.1
esd/saber-plugin Version ~0.1
esd/redis-plugin Version ~0.1
ext-json Version *
esd/cache-plugin Version ~0.1
esd/saber-plugin Version ~0.1
esd/redis-plugin Version ~0.1
The package esd/wechat-plugin contains the following files
Loading the files please wait ....