09/05
2018
Wallogit.com
2017 © Pedro Peláez
Payfort php Library for Merchant Page 2.0
Payfort php Library for Merchant Page 2.0, (*1)
Arabic README, (*3)
go to path/to/config.php to set all API configuration., (*4)
$ composer require ahmedsaoud31/payfort-php dev-master
or, (*5)
{
"require": {
"ahmedsaoud31/payfort-php": "dev-master"
}
}
use, (*6)
<?php require 'vendor/autoload.php'; use Payfort\Payfort; $payfort = new Payfort;
<?php require 'path/to/Payfort.php'; use Payfort\Payfort; $payfort = new Payfort;
https://testfort.payfort.com/api/docs/merchant-page-two/build/index.html, (*7)