PHP code example of hogus / laravel-miniprogram
1. Go to this page and download the library: Download hogus/laravel-miniprogram library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
hogus / laravel-miniprogram example snippets
$gateway = Miniprogram::gateway('wechat');
$gateway->code2session($code); //code2session
$gateway->getAccessToken(); //获取用户授权信息