Download the PHP package andreracodex/bi-exchange without Composer
On this page you can find all versions of the php package andreracodex/bi-exchange. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download andreracodex/bi-exchange
More information about andreracodex/bi-exchange
Files in andreracodex/bi-exchange
Package bi-exchange
Short Description A package to fetch exchange rates from Bank Indonesia
License MIT
Informations about the package bi-exchange
Fetch Exchange Rates
A Laravel package to fetch exchange rates from Bank Indonesia (BI) and update them in your database. This package scrapes the exchange rates from the official Bank Indonesia website and allows you to easily integrate it into your Laravel application.
By: Tirta Rachmandiri
Features
- Fetch exchange rates from Bank Indonesia.
- Supports multiple currencies (AUD, EUR, USD, GBP, etc.).
- Update the sell and buy rates in your database.
- Simple Laravel command to trigger the rate fetch.
Installation
1. Install the Package
You can install this package via Composer. Run the following command in your Laravel project directory:
2. Get Rate from BI
Fetch exchange rates from Bank Indonesia (BI) and update them in your database.
Automatic Migration
If you're using Laravel 5.5 or later, the migration will be automatically published when you install the package.
Manual Migration
If you want to manually publish the migration and models, you can use the following command (if something wrong):
All versions of bi-exchange with dependencies
illuminate/console Version ^8.0|^9.0|^10.0|^11.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0