ahmedsaoud31/payfort-php

Payfort php Library for Merchant Page 2.0

dev-master 2020-01-17 20:36 UTC

This package is auto-updated.

Last update: 2024-04-18 06:23:01 UTC


README

Payfort php Library for Merchant Page 2.0

Latest Stable Version Total Downloads License

Arabic README

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