Libraries tagged by laravel_currency_exchange
openwse/laravel-swap
5 Downloads
Currency exchange rates library for Laravel and Lumen
amodar/laravel-swap
555 Downloads
Currency exchange rates library for Laravel and Lumen
bishwajitcadhikary/currency-exchange
0 Downloads
Check Exchange Rates for any currency in Laravel.
rolice/laravel-currency
247 Downloads
Package that uses Yahoo! Finance API to get exchange rates and stores them in a database for further use.
mkraha/laravel-currency-converter
16 Downloads
This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.
martian/euro-currency-exchange
4 Downloads
A Laravel package for converting euro to other currency
marleysidapple/currency
10 Downloads
currency api for laravel
kepeder/laravel-currency
56 Downloads
This provides Laravel 5 with currency functions such as currency formatting and conversion using up-to-date exchange rates.
fypex/laravel-currency
21 Downloads
This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.
flexmind-software/currency-rate
15 Downloads
Library download currency rate and save in database, It's designed to be extended by any available data source.
flamix/laravel-currency-rates
9 Downloads
Library for interacting with various currency exchange rates APIs
awkaw/laravel-currency
152 Downloads
Handles currency for Laravel 5.8
alfaexchange/laravel-package
306 Downloads
Laravel SDK package for working with the alfaexchange.io API
abdelrahmanbadr/currency-rates
14 Downloads
Library for interacting with exchangeratesapi currency exchange rates APIs
opqclick/currency-converter
4 Downloads
The task is to create a Laravel package, this packagewill expose an API GET endpoint that will receive thefollowing params:● amount● currency to exchangeYou can assume the default currency is Euro.This endpoint should return the exchange rate for thegiven amount in the same standard format as theother API endpoints.The package must fetch the exchange rate of the dayfrom the European Central Bank daily reference.The package must have unit tests documentationand a readme.md file.The package must be installed with composer as alocal dependency.