galihazizif / mutasi-bni
Cek mutasi internet banking BNI
dev-master / 1.0.x-dev
2019-07-01 22:44 UTC
Requires
- php: ~7.0
Requires (Dev)
- phpunit/phpunit: >=7.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2025-05-29 01:23:05 UTC
README
Hasil waktu luang pas weekend.
Cara pakai.
require_once 'src/CekBNI.php';
$config = [
'credential' => [
'username' => 'jenengmu',
'password' => 'passwordmu'
],
'nomor_rekening' => '0400xxxxxx', //No. Rekening
'range' => [
'tgl_akhir' => date('d-M-Y',strtotime('2018-07-31')),
'tgl_awal' => date('d-M-Y',strtotime('2018-07-01'))
],
];
$bni = new CekBNI($config);
var_dump($bni->toArray());
lebih lengkap lihat example.php