Skip to content

Instantly share code, notes, and snippets.

View frankyso's full-sized avatar
🎯
Focusing

Franky So frankyso

🎯
Focusing
View GitHub Profile
@frankyso
frankyso / kode_pos.php
Created March 13, 2017 03:49 — forked from bachors/kode_pos.php
Membuat API kode POS Indonesia
<?php
/* Just 4 Fun
API kode POS Indonesia
by iBacor.com */
function kode_pos($q){
// array untuk output
$result = array();
<?php
namespace iPaymu;
class iPaymu
{
public $apiKey;
public $redirectURL;
public $sessionID;
public $balance;
public $status;