miguelalcaino/payfort-php

Payfort php Library for Merchant Page 2.0

1.0.0 2018-05-08 22:59 UTC

This package is auto-updated.

Last update: 2024-05-21 01:29:44 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