PHPackages                             quetzal-studio/snap-bi-laravel - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. quetzal-studio/snap-bi-laravel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

quetzal-studio/snap-bi-laravel
==============================

SNAP BI package for Laravel

v0.0.6(1y ago)2625MITPHPPHP ^8.0

Since Apr 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kangata/snap-bi-laravel)[ Packagist](https://packagist.org/packages/quetzal-studio/snap-bi-laravel)[ RSS](/packages/quetzal-studio-snap-bi-laravel/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (7)Versions (7)Used By (0)

SNAP BI Laravel
===============

[](#snap-bi-laravel)

Laravel package for use SNAP BI API

### Features

[](#features)

- Get Access Token
- Intrabank Transfer
- ...

### Example Usage

[](#example-usage)

```
use QuetzalStudio\SnapBi\Amount;
use QuetzalStudio\SnapBi\Config;
use QuetzalStudio\SnapBi\IntrabankTransfer\Payload;
use QuetzalStudio\SnapBi\IntrabankTransfer\Transfer;

Config::load('bca');

$request = new Transfer(
    origin: config('app.url'),
    channelId: config('snap.providers.bca.channel_id'),
    externalId: 'YOUR EXTERNAL ID',
);

$response = $request->send(new Payload(
    partnerReferenceNo: 'TRX123',
    amount: new Amount(10000),
    beneficiaryAccountNo: '111111',
    sourceAccountNo: '999999',
    transactionDate: date(DATE_ATOM, time()),
    beneficiaryEmail: '',
    remark: '',
    currency: 'IDR',
    additionalInfo: [
        'economicActivity' => '',
        'transactionPurpose' => '',
    ],
));

// $response --> \Illuminate\Http\Client\Response
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~92 days

Recently: every ~115 days

Total

6

Last Release

703d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ebd2172197cb09856d4fc78f1791a59884b7c844e066e641a790c269f31fc720?d=identicon)[kangata](/maintainers/kangata)

---

Top Contributors

[![kangata](https://avatars.githubusercontent.com/u/12477588?v=4)](https://github.com/kangata "kangata (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/quetzal-studio-snap-bi-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/quetzal-studio-snap-bi-laravel/health.svg)](https://phpackages.com/packages/quetzal-studio-snap-bi-laravel)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k30.0M148](/packages/laravel-cashier)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[api-platform/laravel

API Platform support for Laravel

58171.9k14](/packages/api-platform-laravel)

PHPackages © 2026

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