Tagged articles
2 articles
Page 1 of 1
vivo Internet Technology
vivo Internet Technology
Dec 8, 2021 · Backend Development

Overview and Usage of JavaMoney (JSR‑354) for Currency and Monetary Amount Handling

JavaMoney (JSR‑354) provides a comprehensive, extensible API for currency units, monetary amounts, conversion, rounding, and formatting, with modular packages, SPI‑based custom implementations, and dynamic data loading, enabling Java applications to handle simple to complex financial and virtual‑currency scenarios.

CurrencyExtensionJSR 354
0 likes · 27 min read
Overview and Usage of JavaMoney (JSR‑354) for Currency and Monetary Amount Handling
php Courses
php Courses
May 17, 2021 · Backend Development

Using the laravel-currency Package to Retrieve Daily Exchange Rates in Laravel

This article explains how to use the free laravel-currency extension, which leverages the European Central Bank API, to obtain real‑time and historical exchange rates for CNY, USD, and JPY in Laravel applications, including installation steps and practical code examples.

CurrencyExchangeRateLaravel
0 likes · 2 min read
Using the laravel-currency Package to Retrieve Daily Exchange Rates in Laravel