aqualaguna / bank-bca-console-app

Console App for klikbca.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank BCA Console App

Console App for klikbca.com

Cek saldo rekening

cek-saldo

List mutasi rekening

mutasi

Installation

Composer install to install the dependency

composer install

Set .env

Create .env by copying .env.example and rename to .env

cp .env.example .env

edit .env and set username and password with your klikbca account

USERNAME=yourklikbcausername
PASSWORD=yourklikbcapassword

Available commands:

Command format

php bca [command] [parameter]
Command Description Parameters
cek-saldo Cek saldo rekening -
mutasi Cek mutasi rekening -f [from], -t [to]
list Print available commands -

Usage

cek saldo example:

php bca cek-saldo

mutasi rekening (default : today) example:

php bca mutasi

mutasi rekening (with param from and to date) example:

php bca mutasi -f 2018-10-01 -t 2018-10-28

About

Console App for klikbca.com


Languages

Language:PHP 100.0%