Download the PHP package mucts/money without Composer
On this page you can find all versions of the php package mucts/money. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package money
Money
Numeric amount case conversion.
Installation
Server Requirements
you will need to make sure your server meets the following requirements:
php ^7.2
GMP PHP Extension
BCMath PHP Extension
MBString PHP Extension
mucts/helpers >=0.1.7
composer require mucts/money
Usage
- Arabic numeral amount into Chinese capital
<?php
$amount = '¥987654321.01';
// $amount = -12344555.67;
$amountCn = amount_to_cn($amount);
- Convert the amount in Chinese capital into Arabic numerals
<?php
$amount = amount_to_digit($amountCn);
License
MIT
All versions of money with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-bcmath Version *
ext-gmp Version *
ext-mbstring Version *
mucts/helpers Version ^1.0
ext-bcmath Version *
ext-gmp Version *
ext-mbstring Version *
mucts/helpers Version ^1.0
The package mucts/money contains the following files
Loading the files please wait ....