/laravel-currency

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

Primary LanguagePHPBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Currency for Laravel

Latest Stable Version Total Downloads Patreon donate button Donate weekly to this project using Gratipay Donate to this project using Flattr Donate to this project using Paypal

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

v1.0.1

  • Conditional format on conversion
  • Fixed bug #51
  • Fixed bug #52
  • Fixed bug #54

v1.0.0

  • Major overhaul
  • 118 currencies added
  • Added support for custom formatters See repo
  • Rebuild cache after exchange rate updates

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