PHPackages                             k1low/gmo-pg-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. k1low/gmo-pg-php

ActiveLibrary[Payment Processing](/categories/payments)

k1low/gmo-pg-php
================

GMO Payment Gateway SDK for PHP

v1.4.0(5y ago)1187.4k↓10.7%10MITPHPPHP &gt;=5.3.0

Since Jun 30Pushed 5y ago3 watchersCompare

[ Source](https://github.com/k1LoW/gmo-pg-php)[ Packagist](https://packagist.org/packages/k1low/gmo-pg-php)[ RSS](/packages/k1low-gmo-pg-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)DependenciesVersions (8)Used By (0)

GMO Payment Gateway
===================

[](#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.

Installation
------------

[](#installation)

```
composer require k1low/gmo-pg-php
```

Usage
-----

[](#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.

Shop API
--------

[](#shop-api)

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

Site API
--------

[](#site-api)

An API that requires site ID and site password to the API call.

ShopAndSite API
---------------

[](#shopandsite-api)

An API that requires shop ID, shop password, site ID and site password to the API call.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 64.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~248 days

Recently: every ~355 days

Total

7

Last Release

2119d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e122a99dc7f41f91d17a191048ef65529fde0b76ebdecc66bea529363b65429b?d=identicon)[k1LoW](/maintainers/k1LoW)

---

Top Contributors

[![k1LoW](https://avatars.githubusercontent.com/u/57114?v=4)](https://github.com/k1LoW "k1LoW (9 commits)")[![everright](https://avatars.githubusercontent.com/u/1720256?v=4)](https://github.com/everright "everright (3 commits)")[![brendaniel](https://avatars.githubusercontent.com/u/95117617?v=4)](https://github.com/brendaniel "brendaniel (2 commits)")

### Embed Badge

![Health badge](/badges/k1low-gmo-pg-php/health.svg)

```
[![Health](https://phpackages.com/badges/k1low-gmo-pg-php/health.svg)](https://phpackages.com/packages/k1low-gmo-pg-php)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
