ahmedsaoud31 / payfort-php
Payfort php Library for Merchant Page 2.0
dev-master
2020-01-17 20:36 UTC
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-02-18 08:23:02 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