jiangchengbin/weixin
Laravel 5 wrapper for the WeiXin API.
23
| Install | |
|---|---|
composer require jiangchengbin/weixin |
|
| Latest Version: | 1.0.6 |
| PHP: | >=5.5.9 |
| License: | MIT |
| Last Updated: | Jul 22, 2015 |
| Links: | GitHub · Packagist |
Maintainer: jiangchengbin
Laravel 5 微信接口封装包(增加支付宝封装)
================= 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