Torann / laravel-currency

This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.
http://lyften.com/projects/laravel-currency
BSD 2-Clause "Simplified" License
392 stars 137 forks source link

Feature Request: Rounding #23

Closed hiyahin closed 9 years ago

hiyahin commented 9 years ago

It would be great if rounding could be implemented into the Currency:format() function, including to which point it would round to (hundreds, tens, unit, 1 decimal point, etc.) and whether to always round up (ceil), always round down (floor) or round to the nearest point.

hiyahin commented 9 years ago

Please check pull request #24

Torann commented 9 years ago

Pull request merged

azeos commented 5 years ago

Is there any rounding option in v1.0.14? Thx for the package.

plicas commented 5 years ago

Why this featured was removed ?

davidgv88 commented 4 years ago

Feature Removed? I need Rounding