2017 © Pedro Peláez
 

library payfort-php

Payfort php Library for Merchant Page 2.0

image

ahmedsaoud31/payfort-php

Payfort php Library for Merchant Page 2.0

  • Monday, October 23, 2017
  • by ahmedsaoud31
  • Repository
  • 4 Watchers
  • 6 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 1 Versions
  • 9 % Grown

The README.md

payfort-php

Payfort php Library for Merchant Page 2.0, (*1)

Latest Stable Version Total Downloads License, (*2)

Arabic README, (*3)

Configuration

go to path/to/config.php to set all API configuration., (*4)

Installation

With Composer

$ composer require ahmedsaoud31/payfort-php dev-master

or, (*5)

{
    "require": {
        "ahmedsaoud31/payfort-php": "dev-master"
    }
}

use, (*6)

<?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, (*7)

The Versions

23/10 2017

dev-master

9999999-dev

Payfort php Library for Merchant Page 2.0

  Sources   Download

MIT

The Requires

  • php >=5.3.0