Download the PHP package fadhila36/laravel-indonesian-banks without Composer

On this page you can find all versions of the php package fadhila36/laravel-indonesian-banks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-indonesian-banks

Laravel Indonesian Banks

Latest Version on Packagist GitHub Tests Action Status Total Downloads License

πŸ‡ΊπŸ‡Έ English

Laravel Indonesian Banks adalah package komprehensif yang menyediakan data lengkap bank-bank di Indonesia untuk aplikasi Laravel Anda (mendukung Laravel 10, 11, 12, dan 13). Package ini dirancang untuk kemudahan penggunaan, performa tinggi, dan fleksibilitas.

Fitur Utama

Instalasi

Anda dapat menginstal package ini melalui Composer:

Package ini mendukung fitur auto-discovery Laravel, sehingga Service Provider dan Facade akan otomatis terdaftar.

Konfigurasi

Jika Anda ingin mengubah konfigurasi default, Anda dapat mempublikasikan file konfigurasi package ini:

File konfigurasi akan disalin ke config/indonesian-banks.php. Berikut adalah contoh konfigurasi dasar:

Penggunaan

Anda dapat menggunakan Facade IndonesianBank untuk mengakses data bank dengan mudah.

1. Mendapatkan Semua Bank

2. Mencari Bank Berdasarkan Kode

3. Mencari Bank Berdasarkan Nama

4. Mengambil Bank Berdasarkan Kategori

Anda dapat memfilter bank berdasarkan kategori (misal: Syariah, BUMN, Swasta, BPD).

Contoh Implementasi Lengkap

Berikut adalah contoh penggunaan dalam Controller Laravel untuk menampilkan daftar bank di dropdown form:

Di View (Blade)

Opsi Database (Lanjutan)

Jika Anda lebih suka menyimpan data bank di tabel database Anda sendiri (misalnya untuk relasi foreign key), Anda dapat mempublikasikan migrasi:

(Catatan: Pastikan tag migration tersedia atau copy manual dari src/database/migrations jika belum di-expose di ServiceProvider)

Kemudian jalankan migrate:

Anda kemudian dapat menggunakan model Fadhila36\IndonesianBanks\Models\BankEloquent untuk berinteraksi dengan tabel banks.

Kontribusi

Kontribusi sangat diterima! Silakan buat Pull Request untuk perbaikan bug atau penambahan fitur.

  1. Fork repository ini.
  2. Buat branch fitur baru (git checkout -b feature/AmazingFeature).
  3. Commit perubahan Anda (git commit -m 'Add some AmazingFeature').
  4. Push ke branch (git push origin feature/AmazingFeature).
  5. Buka Pull Request.

Lisensi

Package ini adalah software open-source di bawah lisensi MIT.


Dibuat dengan ❀️ oleh Muhammad Fadhila Abiyyu Faris


All versions of laravel-indonesian-banks with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
illuminate/config Version ^10.0|^11.0|^12.0|^13.0
illuminate/contracts Version ^10.0|^11.0|^12.0|^13.0
illuminate/database Version ^10.0|^11.0|^12.0|^13.0
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
psr/container Version ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package fadhila36/laravel-indonesian-banks contains the following files

Loading the files please wait ...