jiangchengbin/weixin
最新稳定版本:1.0.6
Composer 安装命令:
composer require jiangchengbin/weixin
包简介
Laravel 5 wrapper for the WeiXin API.
README 文档
README
================= Laravel 5 wrapper for the WeiXin API.
Installation
Require this package, with Composer, in the root directory of your project.
composer require jiangchengbin/weixin:~1.0
Add the service provider to config/app.php in the providers array.
'Jiangchengbin\weixin\WeiXinServiceProvider'
If you want you can use the facade. Add the reference in config/app.php to your aliases array.
'Weixin'=> 'Jiangchengbin\weixin\Facades\WeiXin',
Configuration
Laravel Debug requires connection configuration. To get started, you'll need to publish all vendor assets:
php artisan vendor:publish
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-25