Laravel 5 wrapper for the WeiXin API.
19
0
2
Package Data
Maintainer Username: jiangchengbin
Maintainer Contact: jiang_chengbin@qq.com (Joe Jiang)
Package Create Date: 2015-06-25
Package Last Update: 2015-07-22
Language: PHP
License: MIT
Last Refreshed: 2024-04-25 15:03:31
Package Statistics
Total Downloads: 19
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

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