miguelalcaino / payfort-php
Payfort php 库 - 商户页面 2.0
1.0.0
2018-05-08 22:59 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2024-09-21 02:07:24 UTC
README
Payfort php 库 - 商户页面 2.0
配置
前往 path/to/config.php
以设置所有API配置。
安装
使用 Composer
$ composer require ahmedsaoud31/payfort-php dev-master
或
{ "require": { "ahmedsaoud31/payfort-php": "dev-master" } }
使用
<?php require 'vendor/autoload.php'; use Payfort\Payfort; $payfort = new Payfort;
不使用 Composer
<?php require 'path/to/Payfort.php'; use Payfort\Payfort; $payfort = new Payfort;
Payfort 商户页面 2.0 文档
https://testfort.payfort.com/api/docs/merchant-page-two/build/index.html