miguelalcaino/payfort-php
Composer 安装命令:
composer require miguelalcaino/payfort-php
包简介
Payfort php Library for Merchant Page 2.0
README 文档
README
Payfort php Library for Merchant Page 2.0
Configuration
go to path/to/config.php to set all API configuration.
Installation
With Composer
$ composer require ahmedsaoud31/payfort-php dev-master
or
{
"require": {
"ahmedsaoud31/payfort-php": "dev-master"
}
}
use
<?php require 'vendor/autoload.php'; use Payfort\Payfort; $payfort = new Payfort;
Without Composer
<?php require 'path/to/Payfort.php'; use Payfort\Payfort; $payfort = new Payfort;
Payfort Merchant Page 2.0 Docs
https://testfort.payfort.com/api/docs/merchant-page-two/build/index.html
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-08