This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Releases: cleaniquecoders/money-wrapper
Releases · cleaniquecoders/money-wrapper
Added Laravel 5.8 Support
v1.2.0 Set travis min PHP 7.2
Added Laravel 5.7 Support
v1.1.0 Added Support Laravel 5.7
Update
- Added Laravel Auto Discovery
- Added Test on Config and Service Provider existence
Added Support for Laravel 5.6
LOL, Laravel 5.7 is just around the corner. 🤣
Initial Release
- Added helper to MoneyPHP package -
money()
- For Human Readability -
money()->toHuman(100023)
- RM 1,000.23 - For Common Display -
money()->toCommon(100023)
- 1,000.23 - For Machine (intended format to store in Database - integer) -
money()->toMachine('1,000.23')
- 100023 - Fixed Exchange Rate Conversion -
money()->convertFixedRate($fixedExchange, 100, 'USD')->getAmount()
- $ 1 > RM 3.87