2017 © Pedro Peláez
 

package mpg

Maldives Payment Gateway (MPG) by Bank of Maldives

image

aharen/mpg

Maldives Payment Gateway (MPG) by Bank of Maldives

  • Wednesday, February 22, 2017
  • by aharen
  • Repository
  • 1 Watchers
  • 3 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 17 % Grown

The README.md

DEPRICATED:

This package is no longer updated, please consider using https://github.com/aharen/Pay, (*1)


MPG

Maldives Payment Gateway (MPG) by Bank of Maldives, (*2)

Installation

composer require aharen/mpg

or update your composer.json as follows and run composer update, (*3)

require: {
    "aharen/mpg": "1.0.*"
}

Usage

$pay = new MPG();

$url         = [Gateway URL from BML];
$MerID       = [Merchant ID];
$AcqID       = [Acquirer ID];
$MerPassword = [Merchant Account Password];

$pay->initialize($url, $MerID, $AcqID, $MerPassword);

/* 
* setup transanction
* $amount = amount to debit eg: 100.01
* $transactionId = your transaction id eg: TRN/001
*/
$pay->setTransaction($amount, $transactionId);

You can use one of the following methods to get the fields., (*4)

Get form values, which will give you an array of all the form values., (*5)

$form_values = $pay->getFormValues();

Or, Get Form, which will give you an HTML form., (*6)

$form = $pay->getForm();

You may use the following method to format the response from the gateway., (*7)

Pay::response($_REQUEST);

The Versions

22/02 2017

dev-master

9999999-dev

Maldives Payment Gateway (MPG) by Bank of Maldives

  Sources   Download

MIT

by Ahmed Khusaam

payment gateway bank mpg maldives

22/02 2017

v1.0.4

1.0.4.0

Maldives Payment Gateway (MPG) by Bank of Maldives

  Sources   Download

MIT

by Ahmed Khusaam

payment gateway bank mpg maldives

22/02 2017

v1.0.3

1.0.3.0

Maldives Payment Gateway (MPG) by Bank of Maldives

  Sources   Download

MIT

The Requires

 

by Ahmed Khusaam

payment gateway bank mpg maldives

27/10 2016

v1.0.2

1.0.2.0

Maldives Payment Gateway (MPG) by Bank of Maldives

  Sources   Download

MIT

The Requires

 

by Ahmed Khusaam

payment gateway bank mpg maldives

27/10 2016

v1.0.1

1.0.1.0

Maldives Payment Gateway (MPG) by Bank of Maldives

  Sources   Download

MIT

The Requires

 

by Ahmed Khusaam

payment gateway bank mpg maldives

27/10 2016

v1.0

1.0.0.0

Maldives Payment Gateway (MPG) by Bank of Maldives

  Sources   Download

MIT

The Requires

 

by Ahmed Khusaam

payment gateway bank mpg maldives