Payfort php Library for Merchant Page 2.0
Payfort php Library for Merchant Page 2.0, (*1)
, (*2)
Arabic README, (*3)
go to path/to/config.php to set all API configuration., (*4)
path/to/config.php
$ 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)
Sources Download
MIT