PHPackages                             iqomp/growinc-pga - 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. [API Development](/categories/api)
4. /
5. iqomp/growinc-pga

ActiveLibrary[API Development](/categories/api)

iqomp/growinc-pga
=================

GrowInc PGA API handler

1.0.1(4y ago)014MITPHP

Since Oct 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/iqomp/growinc-pga)[ Packagist](https://packagist.org/packages/iqomp/growinc-pga)[ RSS](/packages/iqomp-growinc-pga/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (3)Used By (0)

iqomp/growinc-pga
=================

[](#iqompgrowinc-pga)

The library for working with GrowInc PGA.

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

[](#installation)

```
composer require iqomp/growinc-pga
```

Usage
-----

[](#usage)

This module add new class that can be used to work with GrowInc PGA API.

```
use Iqomp\GrowIncPGA\PGA;

$pga = new PGA($merc_code, $merc_secret);

// get all payment methods
$payment_methods = $pga->getPaymentMethods();

// create new bill
$body = [
    'invoice_no' => ::string,
    'description' => ::string,
    'amount' => ::int,
    'customer_name' => ::string,
    'customer_email' => ::string,
    'customer_phone' => ::string,
    'expire_in' => ::int,
    'payment_method_code' => ::string
];
$bill = $pga->createBill($body);

// check bill status
$body = [
    'reference_no' => ::string
];
$status = $pga->checkBill($body);

// get all exists transactions
$body = [
    'start_date' => ::string,
    'end_date' => ::string,
    'show_per_page' => ::int
];
$trans = $pga->getTransactions($body);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

1678d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e7327613cbf396389dad2e79cdb7bfcf9046e50066439babe04ab9d6c433a0f?d=identicon)[iqbalfn](/maintainers/iqbalfn)

---

Top Contributors

[![iqbalfn](https://avatars.githubusercontent.com/u/5726035?v=4)](https://github.com/iqbalfn "iqbalfn (2 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/iqomp-growinc-pga/health.svg)

```
[![Health](https://phpackages.com/badges/iqomp-growinc-pga/health.svg)](https://phpackages.com/packages/iqomp-growinc-pga)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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