Skip to content

drosanda/bank-id-api

Repository files navigation

Bank API Provider (ID)

With

Ready to use API provider for bank options in Indonesian format. Created from Seme Framework version 4.

Version

Here is the version log:

  • 1.0.0 First Release

Get started

Start consuming the API by reading the bank.thecloudalert.com

Instalation

Clone this repository git clone https://github.com/drosanda/bank-id-api.git bank

Importing database

Importing database from sql/tca_bank.sql

Configuration

For setup your site please create and adjust following files:

  • app/config/config.php
<?php
$site = "http://".$_SERVER['HTTP_HOST']."/bank/";
$sene_method = "PATH_INFO";//REQUEST_URI,PATH_INFO,ORIG_PATH_INFO,
  • app/config/database.php
<?php
$db['host']  = "localhost";
$db['user']  = "root";
$db['pass']  = "";
$db['name']  = "tca_bank";
$db['engine']= "mysqli"; //available mysql,mysqli,pdo

How to use

To use the API, you can open postman.json on this project directory using Postman.

Data Source

Bank name and Location data obtained from OJK.

License

Licensed under MIT License 2.0

About

Indonesia Bank List API Provider

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published