Download the PHP package randy/weopen-developer without Composer
On this page you can find all versions of the php package randy/weopen-developer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download randy/weopen-developer
More information about randy/weopen-developer
Files in randy/weopen-developer
Download randy/weopen-developer
More information about randy/weopen-developer
Files in randy/weopen-developer
Please rate this library. Is it a good library?
Informations about the package weopen-developer
WeOpenDeveloper
WeOpenDeveloper 为微信开放平台服务开发工具,基于 WeChatDeveloper 可对公众号进行管理。 更多功能可以参考下面的文档。
Documentation
WeChatDeveloper 是基于官方接口封装,在做微信开发前,必需先阅读微信官方文档。
- 微信官方文档:http://mp.weixin.qq.com/wiki
- 开放平台文档:https://open.weixin.qq.com
- 商户支付文档:https://pay.weixin.qq.com/wiki/doc/api/index.html
针对 WeChatDeveloper 也有一准备了帮助资料可供参考。
- WeChatDeveloper 文档:http://www.kancloud.cn/zoujingli/wechat-developer
-
接口实例所需参数
-
Ticket 接收处理
-
实例指定接口
try{ // 实例公众号服务接口 $open = new \WeOpen\Service($config); // 获取公众号接口操作实例 $wechat = $open->instance('User', 'wx60a43dd8161666d4'); // 获取公众号粉丝列表 $list = $wechat->getUserList(); var_export($list);
} catch (Exception $e) {
// 出错啦,处理下吧
echo $e->getMessage() . PHP_EOL;
}
All versions of weopen-developer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
ext-curl Version *
ext-json Version *
ext-openssl Version *
ext-curl Version *
ext-json Version *
ext-openssl Version *
The package randy/weopen-developer contains the following files
Loading the files please wait ....