PHPackages                             growincapps/sdk-payment-page - 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. growincapps/sdk-payment-page

ActiveLibrary[Payment Processing](/categories/payments)

growincapps/sdk-payment-page
============================

Payment Page Twenty First Century

1.0.6(7mo ago)09MITPHPPHP &gt;=8.1

Since Aug 12Pushed 7mo agoCompare

[ Source](https://github.com/growincapps/SDK-PAYMENT-PHP)[ Packagist](https://packagist.org/packages/growincapps/sdk-payment-page)[ RSS](/packages/growincapps-sdk-payment-page/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (8)Used By (0)

SDK-PAYMENT-PHP
===============

[](#sdk-payment-php)

Install SDK with composer
-------------------------

[](#install-sdk-with-composer)

```
composer require growincapps/sdk-payment-page

```

1. Inisialisasi Client
----------------------

[](#1-inisialisasi-client)

```
use Payment\PaymentClient;

$client = new PaymentClient(username: 'bepamew992@envoes.com', apiKey:'@Password123');
```

2. createPaymentSession() - Buat Sesi Pembayaran
------------------------------------------------

[](#2-createpaymentsession---buat-sesi-pembayaran)

Buat sesi pembayaran baru dengan daftar item. Sudah termasuk generate token

```
try {
    $session = $client->createPaymentSession(
        [
            'payment_method_id'=> 1,
            'items' => [
                [
                    "name" => "item1",
                    "qty" => 1,
                    "price" => "100",
                    "code" => "BSU-2009"
                ],
                [
                    "name" => "item2",
                    "qty" => 2,
                    "price" => "50",
                    "code" => "ABC-2024"
                ],
            ],
            'redirect_url' => 'http://google.com/?return', //optional
            'callback_url' => 'http://google.com/?callback', //optional
            'payment_identifier' => 'PHP-SDK-NP' // wajib
        ]
    );

    print('Session ID:' . $session->session_id . PHP_EOL);
    print('Total:' . $session->total_amount . PHP_EOL);

    print_r($session);
} catch (\Throwable $th) {
    print('Gagal buat sesi: ' . $th->getMessage());
}
```

3. checkStatusPayment() - Check Status Pembayaran
-------------------------------------------------

[](#3-checkstatuspayment---check-status-pembayaran)

check status Pembayaran dengan session dan token yang sebelumnya digunakan

```
$session = $client->createPaymentSession(
    ...
);

$client = new PaymentClient('bepamew992@envoes.com', '@Password123');
$recheckstatus = $client->checkStatusPayment($session->session_id, $session->access_token);
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance66

Regular maintenance activity

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.8% 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 ~6 days

Total

7

Last Release

233d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0f7022174edb4e4d73060953ee9a06c2808ba319fafd4e8cd8cf5aeaac5dad34?d=identicon)[appsgrowinc](/maintainers/appsgrowinc)

---

Top Contributors

[![m0npay](https://avatars.githubusercontent.com/u/224809203?v=4)](https://github.com/m0npay "m0npay (24 commits)")[![growincapps](https://avatars.githubusercontent.com/u/225159002?v=4)](https://github.com/growincapps "growincapps (5 commits)")

### Embed Badge

![Health badge](/badges/growincapps-sdk-payment-page/health.svg)

```
[![Health](https://phpackages.com/badges/growincapps-sdk-payment-page/health.svg)](https://phpackages.com/packages/growincapps-sdk-payment-page)
```

###  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)
