paokodo / TMNWallet

Login, Profile, Fetch Transactions, Top-up with Cashcard & More! (Unofficial PHP API for TrueMoney Wallet Application)

Home Page:https://demza.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DemzaHQ's TMNWallet

An unofficial PHP API for TrueMoney Wallet Application.

Installing

Direct Download without Composer

Go to releases page and then download the lastest release, here you go!

via Composer

Run this command

$ composer require demzahq/tmnwallet

Example Usage

$tmn = new TMNWallet('your@email.com', 'y0ur$ecureP@ssw0rd');
$token = json_decode($tmn->GetToken(), true)['data']['accessToken'];

Contributors

  • Maythiwat (Developer & Maintainer)
  • xIndy (Original Developer of class.truewallet.php)

About

Login, Profile, Fetch Transactions, Top-up with Cashcard & More! (Unofficial PHP API for TrueMoney Wallet Application)

https://demza.info


Languages

Language:PHP 100.0%