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. quetzal-studio/snap-bi-laravel

ActiveLibrary

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 1mo 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 49% of packages

Maintenance34

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

649d 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

[laravel/cashier

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

2.5k25.9M107](/packages/laravel-cashier)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[asciisd/knet

Knet package is provides an expressive, fluent interface to KNet's payment services.

141.1k](/packages/asciisd-knet)

PHPackages © 2026

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