2017 © Pedro Peláez
 

library payjs

image

musnow/payjs

  • Saturday, June 2, 2018
  • by musnow
  • Repository
  • 1 Watchers
  • 11 Stars
  • 47 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 12 Versions
  • 24 % Grown

The README.md

payjs

本项目是为payjs.cn适配的,可以为你的项目接入微信支付功能。, (*1)

PAYJS 旨在解决需要使用交易数据流的个人、创业者、个体户等小微支付需求,帮助开发者使想法快速转变为原型, (*2)

https://payjs.cn/, (*3)

如果你想使用本项目请使用 composer 安装, (*4)

```$xslt $ composer require musnow/payjs, (*5)

或者在你的项目跟目录编辑 ```composer.json```
```$xslt
"require": {
    "musnow/payjs": "^2.0.2"
}

更新 ```$xslt $ composer update, (*6)



```$xslt <?php require '../vendor/autoload.php'; $config = [ 'MerchantID' => '', //商户号 'MerchantKey' => '', //密钥 'NotifyURL' => 'https://www.baidu.com/', //notify地址 接收微信支付异步通知的回调地址。必须为可直接访问的URL,不能带参数、session验证、csrf验证。留空则不通知 需要保留最后的斜杠 ]; $payjs = new \Musnow\Payjs\Pay($config); $data = [ 'TotalFee' => 1, //金额,单位 分 'Body' => '测试订单', //订单标题 'Attach' => '测试订单', //用户自定义数据,在notify时会原样返回 'outTradeNo' => time(), //商户订单号,需要保证唯一 ]; $ret = $payjs->qrPay($data); //扫码支付 print_r($ret); //返回数据

为方便参数扩展新版本改动比较大,不再兼容v1.0x版本,建议阅读example内demo进行编码使用。, (*7)

水平有限,如果你发现哪里有错误请提交issues,感激不尽。, (*8)

License

payjs is under the MIT license., (*9)

The Versions

02/06 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Avatar musnow

02/06 2018

v2.0.4

2.0.4.0

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Avatar musnow

01/06 2018

v2.0.3

2.0.3.0

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Avatar musnow

01/06 2018

v2.0.2

2.0.2.0

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Avatar musnow

18/04 2018

v2.0.1

2.0.1.0

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Avatar musnow

18/04 2018

v2.0.0

2.0.0.0

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Avatar musnow

02/04 2018

dev-v1-Archiving

dev-v1-Archiving

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Avatar musnow

02/04 2018

v1.0.5

1.0.5.0

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Avatar musnow

26/01 2018

v1.0.4

1.0.4.0

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Avatar musnow

14/01 2018

v1.0.3

1.0.3.0

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Avatar musnow

29/12 2017

v1.0.2

1.0.2.0

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Avatar musnow

25/12 2017

v1.0.1

1.0.1.0

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Avatar musnow