miguelalcaino / payfort-php
Payfort php Library for Merchant Page 2.0
1.0.0
2018-05-08 22:59 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2025-02-21 03:03:54 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