PHPackages                             lugasdev/mutasi - 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. lugasdev/mutasi

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

lugasdev/mutasi
===============

Check mutation from bank

v0.4(7y ago)3681[2 issues](https://github.com/lugassawan/mutasi/issues)[1 PRs](https://github.com/lugassawan/mutasi/pulls)MITPHPPHP &gt;=5.6.4

Since Sep 30Pushed 6y agoCompare

[ Source](https://github.com/lugassawan/mutasi)[ Packagist](https://packagist.org/packages/lugasdev/mutasi)[ RSS](/packages/lugasdev-mutasi/feed)WikiDiscussions master Synced 2w ago

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

Indonesian Bank Mutation
========================

[](#indonesian-bank-mutation)

[![Latest Stable Version](https://camo.githubusercontent.com/59fdcdc080dccf3d64e39549f9b2e6517aed0c785fcfb7f892ab716e26703700/68747470733a2f2f706f7365722e707567782e6f72672f6c756761736465762f6d75746173692f762f737461626c65)](https://packagist.org/packages/lugasdev/mutasi)[![Total Downloads](https://camo.githubusercontent.com/b6ede2d9cb4eaeb1313bae76f935c731954e6527f03ed62b0157e55073497da3/68747470733a2f2f706f7365722e707567782e6f72672f6c756761736465762f6d75746173692f646f776e6c6f616473)](https://packagist.org/packages/lugasdev/mutasi)[![Latest Unstable Version](https://camo.githubusercontent.com/ab564d2992321fb0166420f05efb81046b55d719da4fc98ea84e6e07e909c873/68747470733a2f2f706f7365722e707567782e6f72672f6c756761736465762f6d75746173692f762f756e737461626c65)](https://packagist.org/packages/lugasdev/mutasi)[![License](https://camo.githubusercontent.com/2a18cb98ccf03fb6e26731f5aaa7547ba89dc19b9be3e9698cf93ff4c82640ad/68747470733a2f2f706f7365722e707567782e6f72672f6c756761736465762f6d75746173692f6c6963656e7365)](https://packagist.org/packages/lugasdev/mutasi)

Laravel package for mutation bank Indonesia. This package support 4 bank such as BCA, Mandiri, BNI, &amp; BRI.

Getting Started
---------------

[](#getting-started)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Installing

[](#installing)

First, simply require the package through Composer.

```
$ composer require lugasdev/mutasi

```

Next, add the service provider in your config/app.php file.

```
Lugasdev\Mutasi\MutasiServiceProvider::class

```

If you'd like to use the Facade instead of the helper functions, add it to the aliases array.

```
'Mutasi' => Lugasdev\Mutasi\Facade\Mutasi::class,

```

Next, if you want to configure the credential. You can publish the config file.

```
php artisan vendor:publish --provider="Lugasdev\Mutasi\MutasiServiceProvider"

```

Copy this environment your .env file to help you change information easily.

```
DIMAS_LICENSE=
CHECK_CONTROL=
HTML_OUTPUT=

BCA_ACTIVE=
BCA_USERNAME=
BCA_PASSWORD=
BCA_DAY=

MANDIRI_ACTIVE=
MANDIRI_USERNAME=
MANDIRI_PASSWORD=
MANDIRI_REKENING=
MANDIRI_DAY=

BNI_ACTIVE=
BNI_PASSWORD=
BNI_DAY=

BRI_ACTIVE=
BRI_PASSWORD=
BRI_DAY=

```

Last, migrate table from this package to store data mutation. It will automatically create table. You don't need to copy it.

```
php artisan migrate

```

### Docs

[](#docs)

To use this package just call the function.

```
example : yourdomain.com/BCA

Route::get('/{case}', function ($case) {
    return Mutasi::cekMutasi($case); //$case to store bank name such as 'BCA 'Mandiri', 'BNI', 'BRI'
});

```

To use for test on development by passing credential bank using route

```
use Illuminate\Http\Request;

Route::get('get/{case}', ['as' => '/get/{case}', 'uses' => function (Request $request, $case) {
    $auth = $request->all();

    return Mutasi::cekMutasiAuth($auth, $case);
}]);

```

Versioning
----------

[](#versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).

Authors
-------

[](#authors)

- **Lugas Septiawan** - *Initial work* - [Lugasdev](https://github.com/lugassawan)

See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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 ~0 days

Total

4

Last Release

2829d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4961137?v=4)[Lugas](/maintainers/lugasdev)[@lugasdev](https://github.com/lugasdev)

---

Top Contributors

[![lugassawan](https://avatars.githubusercontent.com/u/11341007?v=4)](https://github.com/lugassawan "lugassawan (13 commits)")[![renovate-bot](https://avatars.githubusercontent.com/u/25180681?v=4)](https://github.com/renovate-bot "renovate-bot (1 commits)")

---

Tags

laravel

### Embed Badge

![Health badge](/badges/lugasdev-mutasi/health.svg)

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

###  Alternatives

[nativephp/mobile

NativePHP for Mobile

1.1k55.0k88](/packages/nativephp-mobile)[backpack/basset

Dead-simple way to load CSS or JS assets only once per page, when using Laravel 10+.

206971.5k11](/packages/backpack-basset)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

42010.0k](/packages/venturedrake-laravel-crm)[firefly-iii/data-importer

Firefly III Data Import Tool.

8005.8k](/packages/firefly-iii-data-importer)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

98145.2k3](/packages/nickurt-laravel-akismet)[nickurt/laravel-stopforumspam

StopForumSpam for Laravel 11.x/12.x/13.x

6961.4k](/packages/nickurt-laravel-stopforumspam)

PHPackages © 2026

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