Skip to content

achmadfatoni/bank-bca-console-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages