Skip to content

ahmedsaoud31/payfort-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

payfort-php

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

About

Payfort php Library "Merchant Page 2.0"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages