vuthaihoc / currency
This package is abandoned and no longer maintained.
No replacement package was suggested.
[Custom version]This provides Laravel 5 with currency functions such as currency formatting and conversion using up-to-date exchange rates.
0.3.1
2016-09-01 17:52 UTC
Requires
- php: >=5.5.9
- illuminate/cache: ~5.1
- illuminate/support: ~5.1
Suggests
- illuminate/database: Allows for storing of currencies in the database
README
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