2017 © Pedro Peláez
 

library cnpay

the uniform payment

image

manofield/cnpay

the uniform payment

  • Friday, April 1, 2016
  • by manofield
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

cnpay

TODO:项目未完成!!!,完善中

    <?php
    require("vendor/autoload.php");
    use manofield\cnpay\PaymentFacade;
    $config=Array(
        'driver'=>'alipay',
        'alipay'=>Array(
            'appid'=>'111',
            'key'=>'222',
            'secret'=>'333'
        ),
        'wechat'=>Array(
        ),
    );
    echo PaymentFacade::payWith($config)
        ->orderid('ssssssssssss')
        ->money(10.0)
        ->subject('cccc')
        ->display();

The Versions

01/04 2016

0.0.1.x-dev

0.0.1.9999999-dev

the uniform payment

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by li ruiyan

01/04 2016

dev-master

9999999-dev

the uniform payment

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by li ruiyan