PHPackages                             vipayment/vipayment-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. vipayment/vipayment-php

ActiveLibrary[Payment Processing](/categories/payments)

vipayment/vipayment-php
=======================

VIPayment PHP SDK Library

1.0.0(5mo ago)21641MITPHPPHP ^7.4 || ^8.0

Since Nov 30Pushed 5mo agoCompare

[ Source](https://github.com/ahmdaka06/vipayment-php)[ Packagist](https://packagist.org/packages/vipayment/vipayment-php)[ Docs](https://vip-reseller.co.id)[ RSS](/packages/vipayment-vipayment-php/feed)WikiDiscussions main Synced 1mo ago

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

VIPayment PHP SDK
=================

[](#vipayment-php-sdk)

[![Latest Stable Version](https://camo.githubusercontent.com/eee8469f5e39930151ca6b476845b703afe32f8a115023cbafdba2e0246a2ce6/68747470733a2f2f706f7365722e707567782e6f72672f76697061796d656e742f76697061796d656e742d7068702f762f737461626c65)](https://packagist.org/packages/vipayment/vipayment-php)[![Total Downloads](https://camo.githubusercontent.com/02afabd67f6eba65c5e57c612787bcdc0508897abda3019e79ffc659aec5f2a9/68747470733a2f2f706f7365722e707567782e6f72672f76697061796d656e742f76697061796d656e742d7068702f646f776e6c6f616473)](https://packagist.org/packages/vipayment/vipayment-php)[![License](https://camo.githubusercontent.com/1dc3aa5900c492bb22240579a2058149dc89750c1b8fcecb711cbe705c29e542/68747470733a2f2f706f7365722e707567782e6f72672f76697061796d656e742f76697061796d656e742d7068702f6c6963656e7365)](https://packagist.org/packages/vipayment/vipayment-php)

Official PHP SDK for VIPayment API integration.

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

[](#installation)

Install via Composer:

```
composer require vipayment/vipayment-php
```

Usage
-----

[](#usage)

### Initialization

[](#initialization)

```
require 'vendor/autoload.php';

use Vipayment\Vipayment;

$apiId = 'your_api_id';
$apiKey = 'your_api_key';

$vipayment = new Vipayment($apiId, $apiKey);
```

### Get Profile

[](#get-profile)

```
$profile = $vipayment->profile();
print_r($profile);
```

### Prepaid Services

[](#prepaid-services)

#### Order Prepaid

[](#order-prepaid)

```
// Example: Order PLN Token
$result = $vipayment->orderPrepaid('PLN5', '3335211111133');
```

#### Check Order Status

[](#check-order-status)

```
$status = $vipayment->statusOrderPrepaid('TRX123456789');
```

#### Get Services List

[](#get-services-list)

```
// Get all services
$services = $vipayment->servicePrepaid();

// Filter by type
$services = $vipayment->servicePrepaid('type', 'pulsa-reguler');
```

### Game &amp; Streaming Services

[](#game--streaming-services)

#### Order Game

[](#order-game)

```
// Example: Topup Free Fire
$result = $vipayment->orderGame('FF5', '1234567890');
```

#### Check Game Order Status

[](#check-game-order-status)

```
$status = $vipayment->statusOrderGame('TRX987654321');
```

#### Get Game Services List

[](#get-game-services-list)

```
// Get all game services
$services = $vipayment->serviceGame();

// Filter by brand
$services = $vipayment->serviceGame('mobile-legends', 'available');
```

License
-------

[](#license)

MIT

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance72

Regular maintenance activity

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

161d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3abdc9cedfb0988d8b3585c34ed420a81f4586eda0fc1cabd20c47185447d5c6?d=identicon)[ahmdaka06](/maintainers/ahmdaka06)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vipayment-vipayment-php/health.svg)

```
[![Health](https://phpackages.com/badges/vipayment-vipayment-php/health.svg)](https://phpackages.com/packages/vipayment-vipayment-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)
