2017 © Pedro Peláez
 

library wxapp

微信小程序开发

image

firstphp/wxapp

微信小程序开发

  • Sunday, April 29, 2018
  • by lamplife
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

wxapp

微信小程序开发, (*1)

安装扩展:, (*2)

composer require firstphp/wxapp

注册服务:, (*3)

Firstphp\Wxapp\Providers\WxappServiceProvider::class

发布配置:, (*4)

php artisan vendor:publish

数据表迁移:, (*5)

php artisan migrate

编辑.env配置:, (*6)

COMPONENT_ID=1
WECHAT_APPID=wxda93db123lafdu83d
WECHAT_APPSECRET=87afeef9df90b74g4a8l9ca8d67b5742
WECHAT_TOKEN=b5pxmw4bglFeh7Cd
WECHAT_AES_KEY=mWm1DkAVBAZD2L5rs3QWKeoWa62wLumjqCXG9HifLdM

示例代码:, (*7)

use Firstphp\Wxapp\Facades\WxappFactory;

......

$code = isset($this->params['code']) && $this->params['code'] ? trim($this->params['code']) : '';
if (!$code) {
    return $this->responseJson(400, '参数错误');
}

$res = WxappFactory::authLogin($code);
if (isset($res['errcode'])) {
    return $this->responseJson($res['errcode'], $res['errmsg']);
}

The Versions

29/04 2018

dev-master

9999999-dev http://www.firstphp.com/

微信小程序开发

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by 狂奔的蚂蚁

微信 微信授权 微信api 微信用户

29/04 2018

dev-develop

dev-develop http://www.firstphp.com/

微信小程序开发

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by 狂奔的蚂蚁

微信 微信授权 微信api 微信用户

24/04 2018

1.0

1.0.0.0 http://www.firstphp.com/

微信小程序开发

  Sources   Download

MIT

The Requires

 

by 狂奔的蚂蚁

微信 微信授权 微信api 微信用户