mirror of
https://github.com/w7corp/easywechat.git
synced 2025-01-22 03:22:10 +00:00
Page:
安装
0
安装
TheNorthMemory edited this page 2015-06-13 15:21:23 +08:00
环境要求
- PHP >= 5.3.0
- PHP cURL 扩展
- PHP Mcrypt 扩展 当启用加密消息时必选
Laravel 5 拓展包: overtrue/laravel-wechat
安装
- 使用 composer:
composer require overtrue/wechat
- 手动安装
然后引入根目录的 autoload.php
即可:
<?php
require __DIR__ . "/wechat/autoload.php"; // 路径请修改为你具体的实际路径
...
中文版 English
目录
English 中文版
Table of Contents
Laravel 5 版: overtrue/laravel-wechat
可能由于微信的接口调整导致某些接口不能正常使用,请及时给我反馈,谢谢!https://github.com/overtrue/wechat/issues