Libraries tagged by exchange rates
best-play/bestplay-currency-converter
11 Downloads
PHP class can convert currencies using ExchangeRates API (https://api.exchangeratesapi.io/).
vojtasvoboda/oc-cnbrates-plugin
14 Downloads
ČNB rates plugin for OctoberCMS
koneko/laravel-vuexy-admin-mexico-community
7 Downloads
Laravel Vuexy Admin México Community, un proyecto optimizado para México.
forexapi/client
23 Downloads
Library for consuming the ForexAPI. Ideal for those in the financial or e-commerce sectors, this client simplifies the process of incorporating real-time forex data into various PHP-based projects.
devmehq/sdk-php
12 Downloads
DEV.ME SDK for PHP
csaba215/laravel-mnb
0 Downloads
Laravel MNB (Magyar Nemzeti Bank)
ben-gibson/bryn
38 Downloads
A PHP library for calculating monetary conversions. This repository contains the interfaces and domain models only.
tautiz/cuex
8 Downloads
Currency Exchange rates library for PHP
subtech/divaexchangerates
1650 Downloads
Apply and Use up to date exchange rates from DIVA
skylark/currency-converter
2 Downloads
This will return the exchange rate of Euro for the amount and currency that you are given.
rolice/laravel-currency
247 Downloads
Package that uses Yahoo! Finance API to get exchange rates and stores them in a database for further use.
rgeraads/exchangerate
20 Downloads
retrieves exchange rates, potentially from various sources.
phpguus/i12l
21 Downloads
Laravel package encapsulating international standards ISO3166, ISO4217, ITU.E164. Also provides a service to download currency exchange rates. Stores all information in database tables.
ordinary9843/currency-master
2 Downloads
CurrencyMaster is a comprehensive library for managing currency exchange rates. It enables you to retrieve and convert exchange rates efficiently and conveniently. This library eliminates the need to rely heavily on third-party services by implementing a customisable caching system.
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.