PHPackages                             gyugie/gopayid - 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. gyugie/gopayid

ActiveLibrary[API Development](/categories/api)

gyugie/gopayid
==============

Un-Official GopayID API Wrapper

1.0.0(5y ago)04[1 issues](https://github.com/gyugie/gopayid/issues)MITPHPPHP ^7.4

Since Nov 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gyugie/gopayid)[ Packagist](https://packagist.org/packages/gyugie/gopayid)[ RSS](/packages/gyugie-gopayid/feed)WikiDiscussions master Synced 2d ago

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

\[Gojek\] GopayID Api PHP Class (Un-Official)
=============================================

[](#gojek-gopayid-api-php-class-un-official)

Repository Berikut Ini Merupakan Porting Dari [GOJEK](https://github.com/ridwanfathin/gojek) dan () Untuk PHP

[![CodeFactor](https://camo.githubusercontent.com/e9db3ee04df4b55fdd3dcd3c67a30ec234766e59f7607a16df044ca215e78bf4/68747470733a2f2f7777772e636f6465666163746f722e696f2f7265706f7369746f72792f6769746875622f6d756779706c6563692f676f7061792d6170692f6261646765)](https://www.codefactor.io/repository/github/mugypleci/gopay-api)[![MIT license](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](https://lbesson.mit-license.org/)[![PHP Libraries](https://camo.githubusercontent.com/278c75fe8e7c3f017590eb9eefe41f6c4cc80329a9fd5510312f070f48a58dd0/68747470733a2f2f62616467656e2e6e65742f62616467652f69636f6e2f6c69627261726965733f69636f6e3d6c6962726172696573266c6162656c)](https://github.com/mugypleci/gopay-api)[![Open Source Love svg1](https://camo.githubusercontent.com/a8a6219cf0313b681948382bcbcc27a34ae00572d463437bd92ebb1df58647c9/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f76312f6f70656e2d736f757263652e7376673f763d313033)](https://github.com/mugypleci/gopay-api)[![HitCount](https://camo.githubusercontent.com/6c12c477271f2db37dc50d0263ca57981d2a47c58d697b2dbe1ca8d5ceaeec83/687474703a2f2f686974732e6477796c2e636f6d2f6d756779706c6563692f676f7061792d6170692e737667)](http://hits.dwyl.com/mugypleci/gopay-api)

Compliant with the Nov 10, 2020 Gojek API update.

**[Fitur Akun Pengguna GOPAY](#fitur-akun-pengguna-gopay)**
-----------------------------------------------------------

[](#fitur-akun-pengguna-gopay)

- LoginNumberPhone
- getAccessToken
- transferGopayID
- transferBank
- getHistory
- getProfile
- getAccountBalance
- getQrid
- getBankList
- getBankAccountName

### Dokumentasi

[](#dokumentasi)

#### Langkah Untuk Menjalankan GopayID API

[](#langkah-untuk-menjalankan-gopayid-api)

##### Ambil Paket Pada Composer

[](#ambil-paket-pada-composer)

```
composer require gyugie/gopayid
```

##### Jika Di Jalankan Dengan Native

[](#jika-di-jalankan-dengan-native)

```
require 'vendor/autoload.php';
use Gyugie\GopayID;

$gopay = new GopayID();
```

#### Fitur Akun Pengguna GopayID

[](#fitur-akun-pengguna-gopayid)

##### Login Dengan Nomor Handphone

[](#login-dengan-nomor-handphone)

```
$loginToken = $gopay->LoginNumberPhone('')->getResult();
```

##### Login Pada GopayID Untuk Mendapatkan Access Token

[](#login-pada-gopayid-untuk-mendapatkan-access-token)

```
$authToken = $gopay->getAuthToken('', '')->getResult();
```

##### Menampilkan Informasi Akun Pengguna

[](#menampilkan-informasi-akun-pengguna)

```
$gopay = new GopayID('');
$result = $gopay->getProfile()->getResult();
```

##### Transfer Ke Sesama GOPAY

[](#transfer-ke-sesama-gopay)

```
$gopay = new GopayID('');
$result = $gopay->transferGopayID('', '', '')->getResult();
```

##### Transfer Melalui Bank

[](#transfer-melalui-bank)

```
$gopay = new GopayID('');
$result = $gopay->transferBank('', '', '', '')->getResult();
```

##### Mendapatkan List Bank

[](#mendapatkan-list-bank)

```
$gopay = new GopayID('');
$result = $gopay->getBankList()->getResult();
```

##### Mendapatkan History Transaksi

[](#mendapatkan-history-transaksi)

```
$gopay = new GopayID('');
$result = $gopay->getHistoryTransaction()->getResult();
```

##### Menampilkan Profile User

[](#menampilkan-profile-user)

```
$gopay = new GopayID('');
$result = $gopay->getBalance()->getResult();
```

##### Mendapatkan Qrid

[](#mendapatkan-qrid)

```
$gopay = new GopayID('');
$result = $gopay->getQrid('')->getResult();
```

##### Mendapatkan Nama Bank Account

[](#mendapatkan-nama-bank-account)

```
$gopay = new GopayID('');
$result = $gopay->getBankAccountName('', '')->getResult();
```

Contributing
------------

[](#contributing)

All kinds of contributions are welcome - code, tests, documentation, bug reports, new features, etc...

- Send feedbacks.
- Submit bug reports.
- Write/Edit the documents.
- Fix bugs or add new features.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

2008d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1cc3bf5e6f3d4d95cc3ece1b3eb7fd5454bcdc3bcc177ccb953309591fe3b3c1?d=identicon)[gyugie](/maintainers/gyugie)

---

Top Contributors

[![gyugie](https://avatars.githubusercontent.com/u/21019166?v=4)](https://github.com/gyugie "gyugie (11 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gyugie-gopayid/health.svg)

```
[![Health](https://phpackages.com/badges/gyugie-gopayid/health.svg)](https://phpackages.com/packages/gyugie-gopayid)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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