PHPackages                             fatkulnurk/snaps - 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. fatkulnurk/snaps

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

fatkulnurk/snaps
================

Implementasi BI SNAP untuk bank BCA

v1.0.7(2y ago)282MITPHPPHP 7.\*|8.\*

Since May 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/fatkulnurk/bi-snap)[ Packagist](https://packagist.org/packages/fatkulnurk/snaps)[ RSS](/packages/fatkulnurk-snaps/feed)WikiDiscussions master Synced today

READMEChangelog (8)Dependencies (2)Versions (8)Used By (0)

PT Bukuku Solusi Kreatif
------------------------

[](#pt-bukuku-solusi-kreatif)

Packages untuk integrasi Snap Bank Indonesia di aplikasi internal PT Bukuku Solusi kreatif

### contoh

[](#contoh)

set config

```
Config::getInstance()
	->setHost('')
	->setApiKey('')
	->setSecretKey('')
	->setAppId('')
	->setPartnerServiceId('');

```

retrieve config

```
Config::getInstance()->getHost();

```

create virtual account

```
$va = (new Snap())
	->transferCredit()
	->bank()
	->virtualAccount();

// buat virtual akun
$va->create([
	'app_id' => '',
	'partner_service_id' => '',
	'external_id' => '',
	'customer_no' => '',
	'va_number' => '',
	'va_name' => '',
	'va_email' => '',
	'va_phone_number' => '',
	'amount' => 10000,
	'payment_details' => [],
	'expired_at' => CarbonImmutable::now()->addDay(),
]);

```

cek status va

```
// cek status va
$externalId = ''; // id dari transactions di personal atau bisnis
$va->inquiryStatus($externalId);

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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 ~15 days

Recently: every ~22 days

Total

7

Last Release

1060d ago

### Community

Maintainers

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

---

Top Contributors

[![fatkulnurk](https://avatars.githubusercontent.com/u/12779618?v=4)](https://github.com/fatkulnurk "fatkulnurk (2 commits)")

### Embed Badge

![Health badge](/badges/fatkulnurk-snaps/health.svg)

```
[![Health](https://phpackages.com/badges/fatkulnurk-snaps/health.svg)](https://phpackages.com/packages/fatkulnurk-snaps)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

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

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[wearepixel/laravel-cart

A cart implementation for Laravel

1374.8k](/packages/wearepixel-laravel-cart)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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