PHP code example of richardtianke / laravel-wechat-jssdk
1. Go to this page and download the library: Download richardtianke/laravel-wechat-jssdk 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/ */
richardtianke / laravel-wechat-jssdk example snippets
composer
Tinfot\Wechat\WechatServiceProvider::class,
'JSSDK' => Tinfot\Wechat\Facades\JSSDK::class,
$model = new \Tinfot\Wechat(config('wechat.app_id'), config('wechat.app_secret'), $request->input('url'));
$model->setSignPackage();
return $model->getSignPackage();