Download the PHP package iamkarsoft/kudi without Composer
On this page you can find all versions of the php package iamkarsoft/kudi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iamkarsoft/kudi
More information about iamkarsoft/kudi
Files in iamkarsoft/kudi
Download iamkarsoft/kudi
More information about iamkarsoft/kudi
Files in iamkarsoft/kudi
Vendor iamkarsoft
Package kudi
Short Description A laravel package to convert currency to/from ghana cedis(GHS)
License MIT
Homepage https://github.com/iamkarsoft/kudi
Package kudi
Short Description A laravel package to convert currency to/from ghana cedis(GHS)
License MIT
Homepage https://github.com/iamkarsoft/kudi
Please rate this library. Is it a good library?
Informations about the package kudi
About
A Laravel package to convert currencies to/from Ghana Cedis(GHS).
Installation
composer require iamkarsoft\kudi
Publishing config files
php artisan vendor:publish --provider="Iamkarsoft\Kudi\KudiServiceProvider" --tag="config"
Providers
You'll need to create accounts and get your api keys from the providers you wish to use.
- For Free Currency API Account and add
KUDI_API_KEY=Your_API_KEY
andKUDI_API_PROVIDER="free currency api"
in your.env
file - For Currency Data Api from Api layer Account and add
KUDI_API_KEY=Your_API_KEY
andKUDI_API_PROVIDER="currency data api"
in your.env
file - For Fixer Api from Api Layer Account and add
KUDI_API_KEY=Your_API_KEY
andKUDI_API_PROVIDER="fixer api"
in your.env
file
Usage
- In a controller
Converting From Any Currency to GHS
Converting to Any Currency from GHS
- Using it in a blade template
Response
If your request is successful. your response will look something like the following:
All versions of kudi with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0|^7.3|^8.0|^8.1
The package iamkarsoft/kudi contains the following files
Loading the files please wait ....