vuthaihoc/currency

This provides Laravel 5 with currency functions such as currency formatting and conversion using up-to-date exchange rates.


Keywords
money, currency, laravel, finance, openexchangerates, exchange rate, yahoo finance
License
BSD-2-Clause

Documentation

Currency for Laravel

Latest Stable Version Total Downloads

This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.

Official Documentation

Documentation for the package can be found on Lyften.com.

Laravel 4

For Laravel 4 Installation see version 0.1;

Change Log

v0.3.0

  • Fix Bug 33
  • Fix Polish currency

v0.2.1

  • Force conversion to number Bug 25
  • Made it easier to use the drivers

v0.2.0

  • Support Laravel 5
  • Update the code to PSR-4 compliant
  • Add custom storage drivers
  • Removed cookie support
  • Removed Blade custom extension (use helper function currency())

v0.1.3

  • Code cleanup

v0.1.2

  • Bug fixes

v0.1.1

  • Added support for OpenExchangeRates.org
  • Added a cleanup Artisan command
  • Refactored caching
  • Fixed bug in the commands

v0.1.0

  • First release