2017 © Pedro Peláez
 

library wxpay

Wxpay module for Kohana

image

andygoo/wxpay

Wxpay module for Kohana

  • Saturday, November 25, 2017
  • by andygoo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 9 % Grown

The README.md

wxpay

【微信支付】API对应的SDK和调用示例。微信官方代码。仅为自动加载和配置文件做修改。, (*1)

使用

require

composer require即可。参见 https://packagist.org/packages/andygoo/wxpay, (*2)

配置

然后在kohana框架的config/wxpay.php 中添加相关配置:, (*3)

    return [
        'appid'=>'wx426b3015555a46be',
        'mchid'=>'1225312702',
        'key'=>'e10adc3949ba59abbe56e057f20f883e',
        'appsecret'=>'01c6d59a3f9024db6336662ac95c8e74',
        'sslcert_path'=>'../cert/apiclient_cert.pem',
        'sslkey_path'=>'../cert/apiclient_key.pem',
        'curl_proxy_host'=>'0.0.0.0',
        'curl_proxy_port'=>0,
        'report_levenl'=>1,
    ];

使用

相关类都声明在根命名空间下。, (*4)

$wxpay=new \WxPayApi();

The Versions

25/11 2017

dev-master

9999999-dev

Wxpay module for Kohana

  Sources   Download

BSD

25/11 2017

1.0.4

1.0.4.0

Wxpay module for Kohana

  Sources   Download

BSD

25/11 2017

1.0.3

1.0.3.0

Wxpay module for Kohana

  Sources   Download

BSD

25/11 2017

1.0.2

1.0.2.0

Wxpay module for Kohana

  Sources   Download

BSD

25/11 2017

1.0.1

1.0.1.0

Wxpay module for Kohana

  Sources   Download

BSD

25/11 2017

1.0.0

1.0.0.0

Wxpay module for Kohana

  Sources   Download

BSD