承接 lugasdev/mutasi 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

lugasdev/mutasi

Composer 安装命令:

composer require lugasdev/mutasi

包简介

Check mutation from bank

关键字:

README 文档

README

Latest Stable Version Total Downloads Latest Unstable Version License

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

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

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

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

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Lugas Septiawan - Initial work - Lugasdev

See also the list of contributors who participated in this project.

License

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

统计信息

  • 总下载量: 68
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-09-30

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固