2017 © Pedro Peláez
 

library laravel-wechat-jssdk

Laravel Wechat JS-SDK

image

richardtianke/laravel-wechat-jssdk

Laravel Wechat JS-SDK

  • Friday, March 9, 2018
  • by RichardTian
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Laravel Wechat JSSDK for Laravel 5


License, (*1)

Installation

Require this package in your composer.json and update composer., (*2)

composer require tinfot/laravel-wechat-jssdk:dev-master

In Laravel 5.5 or higher, this package will be automatically discovered and you can safely skip the following two steps., (*3)

If using Laravel 5.4 or lower, after updating composer, add the ServiceProvider to the providers array in config/app.php, (*4)

Tinfot\Wechat\WechatServiceProvider::class,

You can use the facade for shorter code; if using Laravel 5.3 or lower, add this to your aliases:, (*5)

'JSSDK' => Tinfot\Wechat\Facades\JSSDK::class,

Usage

$model = new \Tinfot\Wechat(config('wechat.app_id'), config('wechat.app_secret'), $request->input('url'));
$model->setSignPackage();
return $model->getSignPackage();

Support

Support only through Github. Please don't mail us about issues, make a Github issue instead., (*6)

The Versions

09/03 2018

dev-master

9999999-dev https://github.com/tinfot/laravel-wechat-jssdk

Laravel Wechat JS-SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel wechat jssdk laravel-wechat-jssdk

08/03 2018

dev-stable

dev-stable https://github.com/tinfot/laravel-wechat-jssdk

Laravel Wechat JS-SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel wechat jssdk laravel-wechat-jssdk

08/03 2018

dev-developmen

dev-developmen https://github.com/tinfot/laravel-wechat-jssdk

Laravel Wechat JS-SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel wechat jssdk laravel-wechat-jssdk

08/03 2018

1.0.0

1.0.0.0 https://github.com/tinfot/laravel-wechat-jssdk

Laravel Wechat JS-SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel wechat jssdk laravel-wechat-jssdk