2017 © Pedro Peláez
 

library gmo-pg-php

GMO Payment Gateway SDK for PHP

image

k1low/gmo-pg-php

GMO Payment Gateway SDK for PHP

  • Monday, May 29, 2017
  • by k1LoW
  • Repository
  • 2 Watchers
  • 6 Stars
  • 4,861 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 7 Versions
  • 17 % Grown

The README.md

GMO Payment Gateway

This is a PHP library for the GMO Payment Gateway, supporting the PG Multi Payment API, exec transactions, register users, and so on., (*1)

Installation

composer require k1low/gmo-pg-php

Usage

$host = '';
$site_id = '';
$site_pass = '';
$site = new \GMO\Payment\SiteApi($host, $site_id, $site_pass);
$member_id = '';
$card_no = '';
$expire = '';
$card = '';

try {
  $data = $site->updateCard($member_id, $card_no, $expire, $card);
  print_r($data);
}
catch (exception $e) {
  print $e->getMessage();
}

More examples are available on examples directory., (*2)

Shop API

In this library, we have defined as "Shop API" an API that requires shop ID and shop password to the API call., (*3)

Site API

An API that requires site ID and site password to the API call., (*4)

ShopAndSite API

An API that requires shop ID, shop password, site ID and site password to the API call., (*5)

The Versions

29/05 2017

dev-master

9999999-dev

GMO Payment Gateway SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by everright.chen

29/05 2017

v1.3.0

1.3.0.0

GMO Payment Gateway SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by everright.chen

26/05 2017

v1.2.0

1.2.0.0

GMO Payment Gateway SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by everright.chen

24/05 2017

v1.1.1

1.1.1.0

GMO Payment Gateway SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by everright.chen

06/09 2016

v1.1.0

1.1.0.0

GMO Payment Gateway SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by everright.chen

05/09 2016

v1.0.1

1.0.1.0

GMO Payment Gateway SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by everright.chen

30/06 2016

v1.0.0

1.0.0.0

GMO Payment Gateway SDK for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by everright.chen