PHPackages                             oinpentuls/laravel-bca-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. oinpentuls/laravel-bca-api

ActiveLibrary[API Development](/categories/api)

oinpentuls/laravel-bca-api
==========================

Package api bca untuk laravel

5221PHP

Since Jun 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/oinpentuls/laravel-bca-api)[ Packagist](https://packagist.org/packages/oinpentuls/laravel-bca-api)[ RSS](/packages/oinpentuls-laravel-bca-api/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (1)Used By (0)

BCA API
=======

[](#bca-api)

Package untuk development api bca.

Daftar isi
----------

[](#daftar-isi)

- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
    - [completed](#completed)
    - [on development](#on-development)

Prerequisites
-------------------------------------------------------

[](#prerequisites-)

- Package ini dapat digunakan untuk laravel 8 atau untuk versi yang lebih tinggi, versi lebih lama dari 8 belum di tes.
- Penggunaan package ini membutuhkan kredensial dari BCA, untuk mendapatkannya anda bisa mengunjungi
    - [Halaman utama](https://developer.bca.co.id/)
    - [Signup](https://developer.bca.co.id/component/apiportal/registration)
    - [Dokumentasi](https://developer.bca.co.id/documentation/)

Installation
-----------------------------------------------------

[](#installation-)

1. Install package via composer

```
composer require oinpentuls/laravel-bca-api

```

2. Opsional: Service provider otomatis terdaftar pada Laravel. Anda juga dapat menambahkan secara manual pada file `config/app.php`.

```
'providers' => [
    // ...
    Oinpentuls\BcaApi\BCAServiceProvider::class,
];
```

3. Publish config: package ini akan mempublish file `bca.php`, jika anda mempunyai nama file yang sama, silakan di rename terlebih dahulu.

```
php artisan vendor:publish --provider="Oinpentuls\BcaApi\BCAServiceProvider"

```

Usage
---------------------------------------

[](#usage-)

### Completed

[](#completed-)

#### Get Balance

[](#get-balance)

```
...
use Oinpentuls\BcaApi\BCA;

BCA::getBalance();
```

#### Get Statements

[](#get-statements)

```
$startDate = now()->format('Y-m-d');
$endDate = now()->format('Y-m-d');

BCA::getStatements(string $startDate, string $endDate);
```

### On Development

[](#on-development-)

#### Fund Transfer

[](#fund-transfer)

###### Transfer sesama akun BCA

[](#transfer-sesama-akun-bca)

```
$receiver = '020123131';
$amount = '1000.0';

BCA::fundTransfer(string $receiver, string $amount);
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39396616?v=4)[Ahmad Tohir](/maintainers/oinpentuls)[@oinpentuls](https://github.com/oinpentuls)

---

Top Contributors

[![oinpentuls](https://avatars.githubusercontent.com/u/39396616?v=4)](https://github.com/oinpentuls "oinpentuls (7 commits)")

### Embed Badge

![Health badge](/badges/oinpentuls-laravel-bca-api/health.svg)

```
[![Health](https://phpackages.com/badges/oinpentuls-laravel-bca-api/health.svg)](https://phpackages.com/packages/oinpentuls-laravel-bca-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M19](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
