-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #143 from XueSiLf/1.2.x
Add:add wechat 1.2.x docs
- Loading branch information
Showing
4 changed files
with
3,866 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: easyswoole微信SDK | ||
meta: | ||
- name: description | ||
content: easyswoole微信SDK | ||
- name: keywords | ||
content: easyswoole微信SDK|swoole微信SDK | ||
--- | ||
|
||
|
||
# 微信 SDK EasySwoole WeChat 1.2.x | ||
|
||
`EasySwoole WeChat` 是一个基于 `Swoole 4.x 全协程` 支持的微信 `SDK` 库,告别同步阻塞,轻松编写高性能的微信公众号/小程序/开放平台业务接口。 | ||
|
||
## 组件要求 | ||
|
||
- php >= 7.1.0 | ||
- easyswoole/component >= 1.0 | ||
- easyswoole/spl >= 1.3.7 | ||
- easyswoole/http-client ^1.0 | ||
- easyswoole/utility" ^1.0 | ||
|
||
## 安装方法 | ||
|
||
> ``` | ||
> composer require easyswoole/wechat=1.2.x | ||
> ``` | ||
## 仓库地址 | ||
[easyswoole/wechat=1.2.x](https://github.com/easy-swoole/wechat) |
Oops, something went wrong.