postpay/postpay-php
最新稳定版本:0.1.1
Composer 安装命令:
composer require postpay/postpay-php
包简介
Postpay SDK for PHP
README 文档
README
Postpay SDK for PHP
PHP library for Postpay API.
Installation
The recommended way to install postpay-php is through Composer:
composer require postpay/postpay-php
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
Quickstart
All configs are passed around as a single variable config:
$postpay = new \Postpay\Postpay([ 'merchant_id' => 'id_ ...', 'secret_key' => 'sk_live_ ...', ]);
Documentation
Fantastic documentation is available at https://php.postpay.io.
统计信息
- 总下载量: 21.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-09