ahmedsaoud31 / payfort-php
Payfort php Library for Merchant Page 2.0
Installs: 251
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 4
Forks: 7
Open Issues: 0
pkg:composer/ahmedsaoud31/payfort-php
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-10-18 09:41:00 UTC
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