PHPackages                             gyugie/ovoid - 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/ovoid

ActiveLibrary[API Development](/categories/api)

gyugie/ovoid
============

Un-Official OVO ID API Wrapper

00PHP

Since Sep 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gyugie/ovoid)[ Packagist](https://packagist.org/packages/gyugie/ovoid)[ RSS](/packages/gyugie-ovoid/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

\[OVO\] OVOID Api PHP Class (Un-Official)
=========================================

[](#ovo-ovoid-api-php-class-un-official)

Repository Berikut Ini Merupakan Porting Dari namdevel () Untuk PHP

[![CodeFactor](https://camo.githubusercontent.com/aed50fecbe82fd99f08f9e176b1bf00ac39b0c181b436aeea46a2a25a7caf10d/68747470733a2f2f7777772e636f6465666163746f722e696f2f7265706f7369746f72792f6769746875622f6d756779706c6563692f6f766f69642f6261646765)](https://www.codefactor.io/repository/github/mugypleci/ovoid)[![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/ovoid)[![Open Source Love svg1](https://camo.githubusercontent.com/a8a6219cf0313b681948382bcbcc27a34ae00572d463437bd92ebb1df58647c9/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f76312f6f70656e2d736f757263652e7376673f763d313033)](https://github.com/mugypleci/ovoid)[![HitCount](https://camo.githubusercontent.com/3d3ae0364173f0b7514162a7e36142a776cf1c1865753210c294ac102b16ddcd/687474703a2f2f686974732e6477796c2e636f6d2f6d756779706c6563692f6f766f69642e737667)](http://hits.dwyl.com/mugypleci/ovoid)

Compliant with the Sep 17, 2020 OVO API update.

**[Fitur Akun Pengguna OVO](#fitur-akun-pengguna-ovo)**
-------------------------------------------------------

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

- generateUUIDV4
- getDeviceId
- login2FA
- login2FAVerify
- loginSecurityCode
- getWalletTransaction
- isOVO
- walletInquiry

### Dokumentasi

[](#dokumentasi)

#### Langkah Untuk Menjalankan OVOID API

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

##### Ambil Paket Pada Composer

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

```
composer require gyugie/ovoid
```

##### Jika Di Jalankan Dengan Native

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

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

$ovo = new OVOID();
```

#### Fitur Akun Pengguna OVOID

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

##### Genereate Device ID

[](#genereate-device-id)

```
$device_id = $ovo->generateUUIDV4();
```

```
$ovo = new OVOID('');
```

##### Login Dengan Nomor Handphone

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

```
$loginToken = $ovo->login2FA('')->getOtpRefId();
```

##### Login Pada OVOID Untuk Mendapatkan OTP REF ID

[](#login-pada-ovoid-untuk-mendapatkan-otp-ref-id)

```
$authToken = $ovo->login2FAVerify('', '', '')->getOtpToken();
```

##### Mendapatkan Acess Token Informasi Akun Pengguna

[](#mendapatkan-acess-token-informasi-akun-pengguna)

```
$result = $ovo->loginSecurityCode('', '', '')->getAuthorizationToken();
```

##### history transaksi

[](#history-transaksi)

```
$ovo = new OVOID('', '');
$result = $ovo->getWalletTransaction('', '')->getData();
```

##### mendapatkan saldo akhir

[](#mendapatkan-saldo-akhir)

```
$ovo = new OVOID('', '');
$result = $ovo->walletInquiry()->getCardBalance('OVO';
```

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

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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.

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

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

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

GitHub API v3 client

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

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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