Download the PHP package yuxiaoyang/getwxopenid without Composer
On this page you can find all versions of the php package yuxiaoyang/getwxopenid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yuxiaoyang/getwxopenid
More information about yuxiaoyang/getwxopenid
Files in yuxiaoyang/getwxopenid
Download yuxiaoyang/getwxopenid
More information about yuxiaoyang/getwxopenid
Files in yuxiaoyang/getwxopenid
Vendor yuxiaoyang
Package getwxopenid
Short Description getwxopenid support in laravel 5.1
License MIT
Package getwxopenid
Short Description getwxopenid support in laravel 5.1
License MIT
Please rate this library. Is it a good library?
Informations about the package getwxopenid
Laravel 5.1 微信JSAPI支付中获取openid
使用示例
生成openid参数示例代码
或者在你的 composer.json
的 require 部分中添加:
下载完毕之后,直接配置 config/app.php
的 providers
:
控制器中使用 WxpayController.php
:
<?php
use \Yuxiaoyang\GetwxOpenid\GetwxOpenid;
class WxpayController extends Controller
{
public $getwxopenid;
//获取JSAPI openid
public function getopenid()
{
//创建示例对象
$this->getwxopenid = new GetwxOpenid();
$data = $this->getwxopenid->getOpenid();
return $data;
}
}
All versions of getwxopenid with dependencies
PHP Build Version
Package Version
No informations.
The package yuxiaoyang/getwxopenid contains the following files
Loading the files please wait ....