hogus/laravel-miniprogram
Composer 安装命令:
composer require hogus/laravel-miniprogram
包简介
各平台小程序集合
README 文档
README
.
Installing
$ composer require hogus/laravel-miniprogram -vvv
Usage
$gateway = Miniprogram::gateway('wechat'); $gateway->code2session($code); //code2session $gateway->getAccessToken(); //获取用户授权信息
Contributing
目前仅支持:wechat、toutiao、baidu
使用前复制配置文件到项目中: config/miniprogram.php
php artisan vendor:publish --provider="Hogus\LaravelMiniProgram\ServiceProvider" --tag="config"
License
MIT
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-12-17