From aebd175e3161459c14a47f0087dd21997f260c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Wed, 11 Feb 2015 00:06:55 +0800 Subject: [PATCH] =?UTF-8?q?Created=20=E5=AE=89=E8=A3=85=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 安装.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 安装.md diff --git a/安装.md b/安装.md new file mode 100644 index 0000000..4bc6c38 --- /dev/null +++ b/安装.md @@ -0,0 +1,22 @@ +环境要求: PHP >= 5.3.0 + +1. 使用composer: + + ```shell + composer require overtrue/wechat + ``` + +2. 手动安装 + + 下载[最新版zip包](https://github.com/overtrue/wechat/archive/master.zip) 或者下载指定版本:https://github.com/overtrue/wechat/releases + + 然后引入根目录的autoload.php即可: + + ```php +