galihazizif/mutasi-bni

检查BNI网上银行的转账情况

dev-master / 1.0.x-dev 2019-07-01 22:44 UTC

This package is auto-updated.

Last update: 2024-09-29 05:02:40 UTC


README

周末空闲时间的结果。

使用方法。

	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());

更详细地请看 example.php

需要其他帮助?通过Telegram联系我