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 3w ago

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 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

1732d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5726035?v=4)[Iqbal Fauzi](/maintainers/iqbalfn)[@iqbalfn](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M973](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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